Interface: LayerTreeNodeOptions
data/common.LayerTreeNodeOptions
Hierarchy
↳
LayerTreeNodeOptions
Properties
append
• Optional
append: Computable
<boolean
>
Defined in
profectus/src/data/common.tsx:143
canClick
• Optional
canClick: Computable
<boolean
>
Inherited from
Defined in
profectus/src/features/trees/tree.ts:27
classes
• Optional
classes: Computable
<Record
<string
, boolean
>>
Inherited from
Defined in
profectus/src/features/trees/tree.ts:31
color
• color: Computable
<string
>
Overrides
Defined in
profectus/src/data/common.tsx:141
display
• Optional
display: Computable
<CoercableComponent
>
Overrides
Defined in
profectus/src/data/common.tsx:142
glowColor
• Optional
glowColor: Computable
<string
>
Inherited from
Defined in
profectus/src/features/trees/tree.ts:30
layerID
• layerID: string
Defined in
profectus/src/data/common.tsx:140
mark
• Optional
mark: Computable
<string
| boolean
>
Inherited from
Defined in
profectus/src/features/trees/tree.ts:33
onHold
• Optional
onHold: VoidFunction
Inherited from
Defined in
profectus/src/features/trees/tree.ts:36
reset
• Optional
reset: GenericReset
Inherited from
Defined in
profectus/src/features/trees/tree.ts:34
style
• Optional
style: Computable
<StyleValue
>
Inherited from
Defined in
profectus/src/features/trees/tree.ts:32
visibility
• Optional
visibility: Computable
<Visibility
>
Inherited from
Defined in
profectus/src/features/trees/tree.ts:26
Methods
onClick
▸ Optional
onClick(e?
): void
Parameters
Name | Type |
---|---|
e? | MouseEvent | TouchEvent |
Returns
void