Alokai

Component

Component

interface Component {
	'modifiedtime'?: string;
	'name'?: string;
	'otherProperties'?: {
    [key: string]: object;
  };
	'typeCode'?: string;
	'uid'?: string;
	'uuid'?: string;
}

Properties

NameRequiredTypeDescription
modifiedtimeOptionalstring{string} Component
nameOptionalstring{string} Component
otherPropertiesOptional{ [key: string]: object; }{{ [key: string]: object; }} Component
typeCodeOptionalstring{string} Component
uidOptionalstring{string} Component
uuidOptionalstring{string} Component

On this page