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

    Variable sysevent_email_styleConst

    sysevent_email_style: {
        allowWebServiceAccess: true;
        attributes: { synch_attachments: true; update_synch: true };
        audit: true;
        extends: "sys_metadata";
        label: "Stationery";
        name: "sysevent_email_style";
        schema: {
            name: Typed<string, { label: "Name" }>;
            style: Typed<string, { label: "Style"; maxLength: 65000 }>;
            sys_id: Typed<
                string,
                {
                    label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
                    primary: true;
                },
            >;
        };
        textIndex: true;
    } = ...

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { synch_attachments: true; update_synch: true }
    • Readonlyaudit: true
    • Readonlyextends: "sys_metadata"
    • Readonlylabel: "Stationery"
    • Readonlyname: "sysevent_email_style"
    • Readonlyschema: {
          name: Typed<string, { label: "Name" }>;
          style: Typed<string, { label: "Style"; maxLength: 65000 }>;
          sys_id: Typed<
              string,
              {
                  label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
                  primary: true;
              },
          >;
      }
    • ReadonlytextIndex: true