options property

List<T> options
final

Required list of selectable enum instances, of type List<T>, covering all relevant choices for the field. Expects non-empty, unique values for proper functionality; used to populate the dropdown items or card carousel. The length influences auto-mode selection, integrating with ArcaneField<T> for validation of selected values.

Implementation

final List<T> options;