Chartbreaker
    Preparing search index...

    Type Alias AppointmentCategory

    type AppointmentCategory = {
        enabled: boolean;
        isDividend: boolean;
        isSplit: boolean;
        name: string;
        permission?: { hint?: string; key: string };
        shortName: string;
    }
    Index

    Properties

    enabled: boolean

    whether it should be enabled by default

    isDividend: boolean

    generator will display dividends differently

    isSplit: boolean

    generator will display splits differently

    name: string

    name displayed in the UI

    permission?: { hint?: string; key: string }

    optional object for permission checks.

    Type Declaration

    • Optionalhint?: string

      optional hint to display in the UI

    • key: string

      string for which TContext.env.checkPermission will be called. If the ReturnValue is not truthy, articles for this type will not be requested.

    shortName: string

    letter displayed in the legend entry/News Bubble