createPanelSchemaIndicator
function
- Kind
- function
- Source
- src/ui/panels/panelSchema.js:223
Description
Create a DOM indicator that reflects dirty status for a panel schema.
Signature
Parameters
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
options | Object | optional | Indicator options. | |
helios | Helios | optional | Helios instance whose state manager is observed. | |
schema | Object | optional | Panel schema to observe. | |
sectionId | string|null | optional | Optional section id to observe. | |
attachTooltip | Function|null | optional | Optional tooltip hook. |
Returns
Indicator element with a destroy() cleanup method.
HTMLElement