@servicenow/sdk - v4.4.1
    Preparing search index...
    sys_ui_action: {
        extends: "sys_metadata";
        name: "sys_ui_action";
        schema: {
            action_name: Typed;
            active: Typed;
            client: Typed;
            client_script_v2: Typed;
            comments: Typed;
            condition: Typed;
            form_action: Typed;
            form_button: Typed;
            form_button_v2: Typed;
            form_context_menu: Typed;
            form_link: Typed;
            form_menu_button_v2: Typed;
            form_style: Typed;
            format_for_configurable_workspace: Typed;
            hint: Typed;
            isolate_script: Typed;
            keyboard_shortcut: Typed;
            list_action: Typed;
            list_banner_button: Typed;
            list_button: Typed;
            list_choice: Typed;
            list_context_menu: Typed;
            list_link: Typed;
            list_save_with_form_button: Typed;
            list_style: Typed;
            messages: Typed;
            name: Typed;
            onclick: Typed;
            order: Typed;
            script: Typed;
            show_insert: Typed;
            show_multiple_update: Typed;
            show_query: Typed;
            show_update: Typed;
            sys_domain: Typed;
            sys_domain_path: Typed;
            sys_id: Typed;
            sys_overrides: Typed;
            table: Typed;
            ui11_compatible: Typed;
            ui16_compatible: Typed;
        };
    }

    Type Declaration

    • Readonlyextends: "sys_metadata"
    • Readonlyname: "sys_ui_action"
    • Readonlyschema: {
          action_name: Typed;
          active: Typed;
          client: Typed;
          client_script_v2: Typed;
          comments: Typed;
          condition: Typed;
          form_action: Typed;
          form_button: Typed;
          form_button_v2: Typed;
          form_context_menu: Typed;
          form_link: Typed;
          form_menu_button_v2: Typed;
          form_style: Typed;
          format_for_configurable_workspace: Typed;
          hint: Typed;
          isolate_script: Typed;
          keyboard_shortcut: Typed;
          list_action: Typed;
          list_banner_button: Typed;
          list_button: Typed;
          list_choice: Typed;
          list_context_menu: Typed;
          list_link: Typed;
          list_save_with_form_button: Typed;
          list_style: Typed;
          messages: Typed;
          name: Typed;
          onclick: Typed;
          order: Typed;
          script: Typed;
          show_insert: Typed;
          show_multiple_update: Typed;
          show_query: Typed;
          show_update: Typed;
          sys_domain: Typed;
          sys_domain_path: Typed;
          sys_id: Typed;
          sys_overrides: Typed;
          table: Typed;
          ui11_compatible: Typed;
          ui16_compatible: Typed;
      }