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

    Variable sys_ux_app_configConst

    sys_ux_app_config: {
        name: "sys_ux_app_config";
        schema: {
            active: Typed<boolean, {}>;
            base_url_path: Typed<string, {}>;
            default_route_type: Typed<string, {}>;
            description: Typed<string, {}>;
            disable_auto_reflow: Typed<boolean, {}>;
            encode_query_string: Typed<boolean, {}>;
            icon: Typed<
                | string
                | Record<"st_sys_design_system_icon">
                | ExplicitKey<"st_sys_design_system_icon">
                | TableBrand<"st_sys_design_system_icon">,
                { referenceTable: "st_sys_design_system_icon" },
            >;
            landing_path: Typed<string, {}>;
            name: Typed<string, { mandatory: true }>;
            sys_name: Typed<string, {}>;
        };
    } = ...

    Type Declaration

    • Readonlyname: "sys_ux_app_config"
    • Readonlyschema: {
          active: Typed<boolean, {}>;
          base_url_path: Typed<string, {}>;
          default_route_type: Typed<string, {}>;
          description: Typed<string, {}>;
          disable_auto_reflow: Typed<boolean, {}>;
          encode_query_string: Typed<boolean, {}>;
          icon: Typed<
              | string
              | Record<"st_sys_design_system_icon">
              | ExplicitKey<"st_sys_design_system_icon">
              | TableBrand<"st_sys_design_system_icon">,
              { referenceTable: "st_sys_design_system_icon" },
          >;
          landing_path: Typed<string, {}>;
          name: Typed<string, { mandatory: true }>;
          sys_name: Typed<string, {}>;
      }