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

    Variable sys_ui_annotationConst

    sys_ui_annotation: {
        name: "sys_ui_annotation";
        schema: {
            is_plain_text: Typed<boolean, { default: true }>;
            text: Typed<string, {}>;
            type: Typed<
                | string
                | Record<"sys_ui_annotation_type">
                | ExplicitKey<"sys_ui_annotation_type">
                | TableBrand<"sys_ui_annotation_type">,
                { referenceTable: "sys_ui_annotation_type" },
            >;
        };
    } = ...

    Type Declaration

    • Readonlyname: "sys_ui_annotation"
    • Readonlyschema: {
          is_plain_text: Typed<boolean, { default: true }>;
          text: Typed<string, {}>;
          type: Typed<
              | string
              | Record<"sys_ui_annotation_type">
              | ExplicitKey<"sys_ui_annotation_type">
              | TableBrand<"sys_ui_annotation_type">,
              { referenceTable: "sys_ui_annotation_type" },
          >;
      }