@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sys_ux_page_registry {
        active: Typed<boolean, {}>;
        admin_panel: Typed<
            string
            | Record<keyof Tables>,
            { dependent: "admin_panel_table" },
        >;
        admin_panel_table: Typed<keyof Tables, {}>;
        page: Typed<
            | string
            | ExplicitKey<"sys_ux_page">
            | TableBrand<"sys_ux_page">
            | Record<"sys_ux_page">,
            { referenceTable: "sys_ux_page" },
        >;
        parent_app: Typed<
            | string
            | ExplicitKey<"sys_ux_app">
            | TableBrand<"sys_ux_app">
            | Record<"sys_ux_app">,
            { referenceTable: "sys_ux_app" },
        >;
        path: Typed<string, {}>;
        root_macroponent: Typed<
            | string
            | ExplicitKey<"sys_ux_macroponent">
            | TableBrand<"sys_ux_macroponent">
            | Record<"sys_ux_macroponent">,
            { referenceTable: "sys_ux_macroponent" },
        >;
        title: Typed<string, {}>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: Typed<boolean, {}>
    admin_panel: Typed<
        string
        | Record<keyof Tables>,
        { dependent: "admin_panel_table" },
    >
    admin_panel_table: Typed<keyof Tables, {}>
    page: Typed<
        | string
        | ExplicitKey<"sys_ux_page">
        | TableBrand<"sys_ux_page">
        | Record<"sys_ux_page">,
        { referenceTable: "sys_ux_page" },
    >
    parent_app: Typed<
        | string
        | ExplicitKey<"sys_ux_app">
        | TableBrand<"sys_ux_app">
        | Record<"sys_ux_app">,
        { referenceTable: "sys_ux_app" },
    >
    path: Typed<string, {}>
    root_macroponent: Typed<
        | string
        | ExplicitKey<"sys_ux_macroponent">
        | TableBrand<"sys_ux_macroponent">
        | Record<"sys_ux_macroponent">,
        { referenceTable: "sys_ux_macroponent" },
    >
    title: Typed<string, {}>