@servicenow/sdk - v4.4.1
    Preparing search index...
    sp_widget: {
        extends: "sys_metadata";
        name: "sp_widget";
        schema: {
            category: Typed;
            client_script: Typed;
            controller_as: Typed;
            css: Typed;
            data_table: Typed;
            description: Typed;
            docs: Typed;
            field_list: Typed;
            has_preview: Typed;
            id: Typed;
            internal: Typed;
            link: Typed;
            name: Typed;
            option_schema: Typed;
            public: Typed;
            roles: Typed;
            script: Typed;
            servicenow: Typed;
            template: Typed;
        };
    }

    Type Declaration

    • Readonlyextends: "sys_metadata"
    • Readonlyname: "sp_widget"
    • Readonlyschema: {
          category: Typed;
          client_script: Typed;
          controller_as: Typed;
          css: Typed;
          data_table: Typed;
          description: Typed;
          docs: Typed;
          field_list: Typed;
          has_preview: Typed;
          id: Typed;
          internal: Typed;
          link: Typed;
          name: Typed;
          option_schema: Typed;
          public: Typed;
          roles: Typed;
          script: Typed;
          servicenow: Typed;
          template: Typed;
      }