interface AvailableContentStates {
    customContentStates: ContentState[];
    spaceContentStates: ContentState[];
}

Properties

customContentStates: ContentState[]
spaceContentStates: ContentState[]

Space suggested content states that can be used in the space

Generated using TypeDoc v0.25.12