modes property

List<FigmaVariableMode> modes
final

The list of modes (e.g., light/dark) supported by this collection.

Each mode represents a different state or theme where variables can have different values.

Implementation

final List<FigmaVariableMode> modes;