Trigger
Trigger properties represent fire-and-forget events. Use them when you want to signal that something happened, such as a button press or one-time action.Enum
Select from a fixed set of options to control states and variants. Use enums when the possible values are known ahead of time. Learn more about enums.Image

Image properties affect a single instance.If you need to update an image globally across your entire file, use asset loading instead. Asset loading replaces the underlying asset, updating all instances that use it.
Artboard
