Chartbreaker
    Preparing search index...

    Type Alias NewsCategory

    type NewsCategory = {
        enabled: boolean;
        limit: number;
        name: string;
        permission?: { hint?: string; key: string };
        shortName: string;
    }
    Index

    Properties

    enabled: boolean

    whether it should be enabled by default

    limit: number

    number of News-elements that will automatically be created. If the limit is reached, the user needs to interact with the tool for more news to be loaded/created.

    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