@servicenow/sdk - v4.4.1
    Preparing search index...

    Variable sys_ux_page_registryConst

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

    Type Declaration

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