Semantic UI action metadata shared by render-model surfaces.
Actions are declarative. They may name an editor action to execute when explicit input dispatches the action, but they never carry extension callbacks or arbitrary render-time code.
Summary
Types
Editor action dispatched through MingaEditor.Commands.execute/2.
Semantic action style hint for frontends.
Functions
Returns true when the action can be dispatched.
Builds an action from a struct, map, or keyword list.
Types
Editor action dispatched through MingaEditor.Commands.execute/2.
@type kind() :: :primary | :secondary | :destructive | :link | :toggle
Semantic action style hint for frontends.