Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

ComponentIDList

List of Component identifiers ComponentIDList

export interface ComponentIDList {
	'idList'?: Array<string>;
}

Properties

NameRequiredTypeDescription
idListOptionalArray<string>{Array<string>} ComponentIDList

On this page