@taiyi-io/api-connector-ts
    Preparing search index...

    Interface ControlSetSystemResourceParams

    设置系统资源的请求参数

    interface ControlSetSystemResourceParams {
        id: string;
        type: ResourceType;
        value: boolean;
    }
    Index

    Properties

    Properties

    id: string

    资源ID

    资源类型

    value: boolean

    资源值