customClasses property

List<CustomClass>? customClasses
getter/setter pair

A collection of custom classes.

To specify the classes inline, leave the class' name blank and fill in the rest of its fields, giving it a unique custom_class_id. Refer to the inline defined class in phrase hints by its custom_class_id.

Implementation

core.List<CustomClass>? customClasses;