Alokai

ContentSlot

ContentSlot

interface ContentSlot {
	'components'?: ComponentList;
	'name'?: string;
	'otherProperties'?: {
    [key: string]: object;
  };
	'position'?: string;
	'slotId'?: string;
	'slotShared'?: boolean;
	'slotStatus'?: string;
	'slotUuid'?: string;
}

Properties

NameRequiredTypeDescription
componentsOptionalComponentList{ComponentList} ContentSlot
nameOptionalstring{string} ContentSlot
otherPropertiesOptional{ [key: string]: object; }{{ [key: string]: object; }} ContentSlot
positionOptionalstring{string} ContentSlot
slotIdOptionalstring{string} ContentSlot
slotSharedOptionalboolean{boolean} ContentSlot
slotStatusOptionalstring{string} ContentSlot
slotUuidOptionalstring{string} ContentSlot

Referenced Types

On this page