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

    Variable sys_ux_app_routeConst

    sys_ux_app_route: {
        name: "sys_ux_app_route";
        schema: {
            app_config: Typed<
                | string
                | Record<"sys_ux_app_config">
                | ExplicitKey<"sys_ux_app_config">
                | TableBrand<"sys_ux_app_config">,
                { referenceTable: "sys_ux_app_config" },
            >;
            fields: Typed<string, {}>;
            name: Typed<string, {}>;
            optional_parameters: Typed<string, {}>;
            route_type: Typed<string, {}>;
            screen_type: Typed<
                | string
                | Record<"sys_ux_screen_type">
                | ExplicitKey<"sys_ux_screen_type">
                | TableBrand<"sys_ux_screen_type">,
                { referenceTable: "sys_ux_screen_type" },
            >;
        };
    } = ...

    Type Declaration

    • Readonlyname: "sys_ux_app_route"
    • Readonlyschema: {
          app_config: Typed<
              | string
              | Record<"sys_ux_app_config">
              | ExplicitKey<"sys_ux_app_config">
              | TableBrand<"sys_ux_app_config">,
              { referenceTable: "sys_ux_app_config" },
          >;
          fields: Typed<string, {}>;
          name: Typed<string, {}>;
          optional_parameters: Typed<string, {}>;
          route_type: Typed<string, {}>;
          screen_type: Typed<
              | string
              | Record<"sys_ux_screen_type">
              | ExplicitKey<"sys_ux_screen_type">
              | TableBrand<"sys_ux_screen_type">,
              { referenceTable: "sys_ux_screen_type" },
          >;
      }