interface ContentStateSettings {
    contentStatesAllowed: boolean;
    customContentStatesAllowed: boolean;
    spaceContentStates?: ContentState[];
    spaceContentStatesAllowed: boolean;
}

Hierarchy

  • Record<string, unknown>
    • ContentStateSettings

Properties

contentStatesAllowed: boolean

Whether users can place any content states on content

customContentStatesAllowed: boolean

Whether users can place their custom states on content

spaceContentStates?: ContentState[]

space suggested content states that users can choose from

spaceContentStatesAllowed: boolean

Whether users can place space suggested states on content