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

    Variable sys_ux_screenConst

    sys_ux_screen: {
        name: "sys_ux_screen";
        schema: {
            active: Typed<boolean, {}>;
            app_config: Typed<
                | string
                | Record<"sys_ux_app_config">
                | ExplicitKey<"sys_ux_app_config">
                | TableBrand<"sys_ux_app_config">,
                { referenceTable: "sys_ux_app_config" },
            >;
            description: Typed<string, {}>;
            disable_auto_reflow: Typed<boolean, {}>;
            event_mappings: Typed<string, {}>;
            macroponent: Typed<
                | string
                | Record<"sys_ux_macroponent">
                | ExplicitKey<"sys_ux_macroponent">
                | TableBrand<"sys_ux_macroponent">,
                { referenceTable: "sys_ux_macroponent" },
            >;
            macroponent_config: Typed<string, {}>;
            name: Typed<string, {}>;
            order: Typed<number, {}>;
            parent_macroponent: Typed<string, {}>;
            required_translations: 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_screen"
    • Readonlyschema: {
          active: Typed<boolean, {}>;
          app_config: Typed<
              | string
              | Record<"sys_ux_app_config">
              | ExplicitKey<"sys_ux_app_config">
              | TableBrand<"sys_ux_app_config">,
              { referenceTable: "sys_ux_app_config" },
          >;
          description: Typed<string, {}>;
          disable_auto_reflow: Typed<boolean, {}>;
          event_mappings: Typed<string, {}>;
          macroponent: Typed<
              | string
              | Record<"sys_ux_macroponent">
              | ExplicitKey<"sys_ux_macroponent">
              | TableBrand<"sys_ux_macroponent">,
              { referenceTable: "sys_ux_macroponent" },
          >;
          macroponent_config: Typed<string, {}>;
          name: Typed<string, {}>;
          order: Typed<number, {}>;
          parent_macroponent: Typed<string, {}>;
          required_translations: 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" },
          >;
      }