@samply/lens
    Preparing search index...

    Type Alias StringCategory

    A catalogue item that lets the user to specify a string.

    type StringCategory = {
        fieldType: "string";
        infoButtonText?: string[];
        key: string;
        name: string;
        system: string;
        type: "EQUALS";
    }
    Index

    Properties

    fieldType: "string"
    infoButtonText?: string[]

    Optional text that is accessed by clicking a "ⓘ" button next to the display name

    key: string

    A key that uniquely identifies the catalogue item. It is typically used to look up the CQL snippet for that item.

    name: string

    The item's user-facing display name

    system: string
    type: "EQUALS"