Member Junction
    Preparing search index...

    Interface ClusterConfigPanelEntityDocOption

    Option for the entity document dropdown in the config panel.

    interface ClusterConfigPanelEntityDocOption {
        EntityName?: string;
        ID: string;
        Name: string;
    }
    Index

    Properties

    Properties

    EntityName?: string

    Name of the entity this document belongs to (used for multi-entity selection grouping/labels).

    ID: string

    Entity Document ID

    Name: string

    Display name of the entity document