@servicenow/sdk - v4.7.0
    Preparing search index...
    interface sp_header_footer {
        static: Typed<
            boolean,
            {
                label: [
                    {
                        hint: "Static headers and footers do not refresh theme data on each page change - keep checked for a potential performance improvement";
                        label: "Static";
                        language: "en";
                        plural: "Statics";
                    },
                ];
            },
        >;
        sys_id: Typed<
            string
            | number,
            { columnType: "GUID"; label: "Sys ID"; maxLength: 32; primary: true },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    static: Typed<
        boolean,
        {
            label: [
                {
                    hint: "Static headers and footers do not refresh theme data on each page change - keep checked for a potential performance improvement";
                    label: "Static";
                    language: "en";
                    plural: "Statics";
                },
            ];
        },
    >
    sys_id: Typed<
        string
        | number,
        { columnType: "GUID"; label: "Sys ID"; maxLength: 32; primary: true },
    >