Skip to content

Commit

Permalink
Update property-configuration.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
heinerwalter authored Oct 15, 2024
1 parent d08718b commit 3c1836f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ export type PropertyType =
'rating' |
/** Select an item from a `dataSource`. */
'select' |
/** A button triggering the `routerLink`. */
/**
* A button triggering the `setValueFunction`.
* The `label` is displayed as button text,
* the `routerLinkTooltip` is displayed as button tooltip,
* and the button is enabled when `editable`.
*/
'button';

/**
Expand Down

0 comments on commit 3c1836f

Please sign in to comment.