You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A getter that returns the current checked state of the checkbox. This is useful for retrieving the checkbox's value in form submissions or JavaScript interactions as it provides a consistent `value` property as many other components.
* When `true` (default), the section's header title is rendered with gradient
190
+
* text (matching bim-panel). Set `false` for a flat title color. Customise via
191
+
* the `--bim-label--gradient` CSS variable.
192
+
* @default true
193
+
*/
194
+
@property({type: Boolean,reflect: true})
195
+
gradient=true;
196
+
188
197
/**
189
198
* Controls the collapsed state of the panel section. When `collapsed` is true, the content of the section is hidden, and only the header is visible. This property can be toggled to show or hide the section's content, and is reflected to an attribute for easy HTML or JavaScript manipulation. Note that sections marked as `fixed` ignore changes to this property.
0 commit comments