Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface ContentState

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

    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.