@servicenow/sdk - v4.7.0
    Preparing search index...
    sp_container: {
        allowWebServiceAccess: true;
        display: "name";
        extends: "sys_metadata";
        label: "Container";
        name: "sp_container";
        schema: {
            background_color: Typed;
            background_image: Typed;
            background_style: Typed;
            bootstrap_alt: Typed;
            class_name: Typed;
            container_class_name: Typed;
            name: Typed;
            order: Typed;
            semantic_tag: Typed;
            sp_page: Typed;
            subheader: Typed;
            sys_id: Typed;
            title: Typed;
            width: Typed;
        };
    }

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlydisplay: "name"
    • Readonlyextends: "sys_metadata"
    • Readonlylabel: "Container"
    • Readonlyname: "sp_container"
    • Readonlyschema: {
          background_color: Typed;
          background_image: Typed;
          background_style: Typed;
          bootstrap_alt: Typed;
          class_name: Typed;
          container_class_name: Typed;
          name: Typed;
          order: Typed;
          semantic_tag: Typed;
          sp_page: Typed;
          subheader: Typed;
          sys_id: Typed;
          title: Typed;
          width: Typed;
      }