ContentSlot
ContentSlot
interface ContentSlot {
'components'?: ComponentList;
'name'?: string;
'otherProperties'?: {
[key: string]: object;
};
'position'?: string;
'slotId'?: string;
'slotShared'?: boolean;
'slotStatus'?: string;
'slotUuid'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
components | Optional | ComponentList | {ComponentList} ContentSlot |
name | Optional | string | {string} ContentSlot |
otherProperties | Optional | { [key: string]: object; } | {{ [key: string]: object; }} ContentSlot |
position | Optional | string | {string} ContentSlot |
slotId | Optional | string | {string} ContentSlot |
slotShared | Optional | boolean | {boolean} ContentSlot |
slotStatus | Optional | string | {string} ContentSlot |
slotUuid | Optional | string | {string} ContentSlot |