@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sys_ui_page {
        category: Typed<
            "catalog"
            | "kb"
            | "general"
            | "cms"
            | "homepages"
            | "htmleditor",
            {
                active: true;
                choices: {
                    catalog: {
                        inactive: false;
                        label: "Service Catalog";
                        language: "en";
                    };
                    cms: { inactive: false; label: "Content Management"; language: "en" };
                    general: { inactive: false; label: "General"; language: "en" };
                    homepages: { inactive: false; label: "Home Pages"; language: "en" };
                    htmleditor: { inactive: false; label: "HTML Editor"; language: "en" };
                    kb: { inactive: false; label: "Knowledge Base"; language: "en" };
                };
                default: "general";
                dropdown: "dropdown_with_none";
                label: "Category";
                mandatory: false;
                maxLength: 40;
                read_only: false;
            },
        >;
        client_script: Typed<
            string
            | number,
            {
                active: true;
                column_type: "script_plain";
                label: "Client script";
                mandatory: false;
                read_only: false;
            },
        >;
        description: Typed<
            string,
            {
                active: true;
                dropdown: "none";
                label: "Description";
                mandatory: false;
                maxLength: 4000;
                read_only: false;
            },
        >;
        direct: Typed<
            boolean,
            { active: true; label: "Direct"; mandatory: false; read_only: false },
        >;
        endpoint: Typed<
            string
            | number,
            {
                active: true;
                column_type: "url";
                label: "Endpoint";
                mandatory: false;
                read_only: true;
            },
        >;
        html: Typed<
            string
            | number,
            {
                active: true;
                column_type: "xml";
                default: "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\r\n<j:jelly trim=\"false\" xmlns:j=\"jelly:core\" xmlns:g=\"glide\" xmlns:j2=\"null\" xmlns:g2=\"null\">\r\n\r\n</j:jelly>";
                label: "HTML";
                mandatory: false;
                read_only: false;
            },
        >;
        name: Typed<
            string,
            {
                active: true;
                dropdown: "none";
                label: "Name";
                mandatory: false;
                maxLength: 250;
                read_only: false;
            },
        >;
        processing_script: Typed<
            string
            | number,
            {
                active: true;
                column_type: "script_plain";
                label: "Processing script";
                mandatory: false;
                read_only: false;
            },
        >;
        sys_id: Typed<
            string
            | number,
            {
                active: true;
                column_type: "GUID";
                label: "Sys ID";
                mandatory: false;
                read_only: false;
            },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    category: Typed<
        "catalog"
        | "kb"
        | "general"
        | "cms"
        | "homepages"
        | "htmleditor",
        {
            active: true;
            choices: {
                catalog: { inactive: false; label: "Service Catalog"; language: "en" };
                cms: { inactive: false; label: "Content Management"; language: "en" };
                general: { inactive: false; label: "General"; language: "en" };
                homepages: { inactive: false; label: "Home Pages"; language: "en" };
                htmleditor: { inactive: false; label: "HTML Editor"; language: "en" };
                kb: { inactive: false; label: "Knowledge Base"; language: "en" };
            };
            default: "general";
            dropdown: "dropdown_with_none";
            label: "Category";
            mandatory: false;
            maxLength: 40;
            read_only: false;
        },
    >
    client_script: Typed<
        string
        | number,
        {
            active: true;
            column_type: "script_plain";
            label: "Client script";
            mandatory: false;
            read_only: false;
        },
    >
    description: Typed<
        string,
        {
            active: true;
            dropdown: "none";
            label: "Description";
            mandatory: false;
            maxLength: 4000;
            read_only: false;
        },
    >
    direct: Typed<
        boolean,
        { active: true; label: "Direct"; mandatory: false; read_only: false },
    >
    endpoint: Typed<
        string
        | number,
        {
            active: true;
            column_type: "url";
            label: "Endpoint";
            mandatory: false;
            read_only: true;
        },
    >
    html: Typed<
        string
        | number,
        {
            active: true;
            column_type: "xml";
            default: "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\r\n<j:jelly trim=\"false\" xmlns:j=\"jelly:core\" xmlns:g=\"glide\" xmlns:j2=\"null\" xmlns:g2=\"null\">\r\n\r\n</j:jelly>";
            label: "HTML";
            mandatory: false;
            read_only: false;
        },
    >
    name: Typed<
        string,
        {
            active: true;
            dropdown: "none";
            label: "Name";
            mandatory: false;
            maxLength: 250;
            read_only: false;
        },
    >
    processing_script: Typed<
        string
        | number,
        {
            active: true;
            column_type: "script_plain";
            label: "Processing script";
            mandatory: false;
            read_only: false;
        },
    >
    sys_id: Typed<
        string
        | number,
        {
            active: true;
            column_type: "GUID";
            label: "Sys ID";
            mandatory: false;
            read_only: false;
        },
    >