@servicenow/sdk - v4.9.0
    Preparing search index...
    interface analytics_visualization {
        sys_domain_path: Typed<
            "global"
            | Record<"domain">,
            { default: "global"; label: "Domain Path" },
        >;
        sys_id: Typed<
            string,
            { label: [{ label: "Sys ID"; plural: "Sys IDs" }]; primary: true },
        >;
        type: Typed<
            string
            | number,
            {
                attributes: {
                    choice_script: "new VisualizationChoiceTypes().get()";
                    is_searchable_choice: true;
                };
                dropdown: "dropdown_without_none";
                label: "Type";
                script: "new VisualizationChoiceTypes().get()";
            },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    sys_domain_path: Typed<
        "global"
        | Record<"domain">,
        { default: "global"; label: "Domain Path" },
    >
    sys_id: Typed<
        string,
        { label: [{ label: "Sys ID"; plural: "Sys IDs" }]; primary: true },
    >
    type: Typed<
        string
        | number,
        {
            attributes: {
                choice_script: "new VisualizationChoiceTypes().get()";
                is_searchable_choice: true;
            };
            dropdown: "dropdown_without_none";
            label: "Type";
            script: "new VisualizationChoiceTypes().get()";
        },
    >