The basis for the row actions that appear in Tidy's tables.
The svelte component used to render the action.
The data passed to the props function.
props
The data passed to the condition function.
condition
The Svelte component to render.
Optional
An optional condition callback that determines whether the row action should be included for a given row in the table
A function that maps row data → component props for this row action, for a given row in the table.
The basis for the row actions that appear in Tidy's tables.