@servicenow/sdk - v4.4.1
    Preparing search index...
    sys_ux_screen: {
        name: "sys_ux_screen";
        schema: {
            active: Typed;
            app_config: Typed;
            description: Typed;
            disable_auto_reflow: Typed;
            event_mappings: Typed;
            macroponent: Typed;
            macroponent_config: Typed;
            name: Typed;
            order: Typed;
            parent_macroponent: Typed;
            required_translations: Typed;
            screen_type: Typed;
        };
    }

    Type Declaration

    • Readonlyname: "sys_ux_screen"
    • Readonlyschema: {
          active: Typed;
          app_config: Typed;
          description: Typed;
          disable_auto_reflow: Typed;
          event_mappings: Typed;
          macroponent: Typed;
          macroponent_config: Typed;
          name: Typed;
          order: Typed;
          parent_macroponent: Typed;
          required_translations: Typed;
          screen_type: Typed;
      }