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

    Interface ContentStateSettings

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

    Properties

    contentStatesAllowed: boolean

    Whether users can place content states on any pages and blog posts in the space

    customContentStatesAllowed: boolean

    Whether users can create custom states on the fly on pages and blog posts

    spaceContentStates?: ContentState[]

    Space content states that users in the space can choose from

    spaceContentStatesAllowed: boolean

    Whether space content states are allowed