ComponentIDList
List of Component identifiers ComponentIDList
export interface ComponentIDList {
'idList'?: Array<string>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
idList | Optional | Array<string> | {Array<string>} ComponentIDList |
List of Component identifiers ComponentIDList
export interface ComponentIDList {
'idList'?: Array<string>;
}| Name | Required | Type | Description |
|---|---|---|---|
idList | Optional | Array<string> | {Array<string>} ComponentIDList |