@taiyi-io/api-connector-ts
Preparing search index...
ControlSetSystemResourceParams
Interface ControlSetSystemResourceParams
设置系统资源的请求参数
Interface
interface
ControlSetSystemResourceParams
{
id
:
string
;
type
:
ResourceType
;
value
:
boolean
;
}
Index
Properties
id
type
value
Properties
id
id
:
string
资源ID
type
type
:
ResourceType
资源类型
value
value
:
boolean
资源值
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
type
value
@taiyi-io/api-connector-ts
Loading...
设置系统资源的请求参数
Interface