CommentAnnotation
, Comment
, Notification
, CommentSidebarData
etc.button
: Basic clickable buttonbutton-toggle
: Toggleable button that maintains statesingle-select
: Single select (radio button) groupmulti-select
: Multi select (checkbox) groupProperty | Type | Required | Description |
---|---|---|---|
id | string | Yes | Unique identifier for the button. This can be a static id or a dynamic id using a template variable. |
type | string | No | Button type: ‘button’ (default), ‘button-toggle’, ‘multi-select’, or ‘single-select’ |
disabled | boolean | No | Whether the button is disabled |
active | boolean | No | Whether the button is in active/selected state. Use this if you want to add a default state to the button. Applies to ‘button-toggle’, ‘multi-select’, or ‘single-select’ buttons. |
group | string | No | Group identifier for single-select/multi-select buttons |