src/app/core/models/visibility-item.ts
Interface for visibility item data
Properties |
id |
id:
|
Type : string | number
|
Id of the item |
name |
name:
|
Type : string
|
Name of the item |
opacity |
opacity:
|
Type : number
|
Optional |
Opacity value |
tooltip |
tooltip:
|
Type : string
|
Optional |
Tooltip text to be displayed in the stage |
visible |
visible:
|
Type : boolean
|
Whether the item is currently highlighted |