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

    Variable sys_ui_annotation_elementConst

    sys_ui_annotation_element: {
        name: "sys_ui_annotation_element";
        schema: {
            element: Typed<
                | string
                | Record<"sys_ui_annotation">
                | ExplicitKey<"sys_ui_annotation">
                | TableBrand<"sys_ui_annotation">,
                { referenceTable: "sys_ui_annotation" },
            >;
            type: Typed<
                "annotation"
                | "element",
                { choices: { annotation: "annotation"; element: "" } },
            >;
        };
    } = ...

    Type Declaration

    • Readonlyname: "sys_ui_annotation_element"
    • Readonlyschema: {
          element: Typed<
              | string
              | Record<"sys_ui_annotation">
              | ExplicitKey<"sys_ui_annotation">
              | TableBrand<"sys_ui_annotation">,
              { referenceTable: "sys_ui_annotation" },
          >;
          type: Typed<
              "annotation"
              | "element",
              { choices: { annotation: "annotation"; element: "" } },
          >;
      }