StyleGroup: {
    id: string;
    ids: string[];
    name: string;
}

A style group holds style items categorized by a name. Style items can be used for text fields and the group can be assigned to a text field, so that the enduser can choose one of the styles within.

Type declaration

  • id: string

    The id of the style group (GUID).

  • ids: string[]

    The ids of the style items in the group (StyleItem), all guids.

  • name: string

    The name of the style group.

Generated using TypeDoc