jamespot-user-api
    Preparing search index...

    Type Alias PublishButtonConfiguration

    type PublishButtonConfiguration = {
        disabledEntries: string[];
        otherEnabledEntries: string[];
        sections: PublishButtonConfigurationCustomSection[];
        useCustom: boolean;
        writeRight:
            | typeof WRITE_RIGHT_ALL
            | typeof WRITE_RIGHT_ADMIN
            | typeof WRITE_RIGHT_CUSTOM
            | typeof WRITE_RIGHT_PUBLIC;
        writeRightSelector: Audience[];
    }
    Index

    Properties

    disabledEntries: string[]
    otherEnabledEntries: string[]
    useCustom: boolean
    writeRight:
        | typeof WRITE_RIGHT_ALL
        | typeof WRITE_RIGHT_ADMIN
        | typeof WRITE_RIGHT_CUSTOM
        | typeof WRITE_RIGHT_PUBLIC
    writeRightSelector: Audience[]