interface ContentState {
    color: string;
    id: number;
    name: string;
}

Hierarchy

  • Record<string, unknown>
    • ContentState

Properties

Properties

color: string

hex string representing color of state

id: number

identifier of content state. If 0, 1, or 2, this is a default space state

name: string

name of content state.