Type Alias: SerializableNodeAppearance
SerializableNodeAppearance =
object
Defined in: packages/cad-styling/src/NodeAppearance.ts:77
Type that represents a NodeAppearance in a serializable format
Properties
color?
readonly
optional
color: [number
,number
,number
]
Defined in: packages/cad-styling/src/NodeAppearance.ts:81
Color as an RGB number tuple, with values in the range [0, 255]
outlineColor?
readonly
optional
outlineColor:NodeOutlineColor
Defined in: packages/cad-styling/src/NodeAppearance.ts:97
Outline color,
See
prioritizedForLoadingHint?
readonly
optional
prioritizedForLoadingHint:number
Defined in: packages/cad-styling/src/NodeAppearance.ts:102
Prioritized loading hint,
See
renderGhosted?
readonly
optional
renderGhosted:boolean
Defined in: packages/cad-styling/src/NodeAppearance.ts:93
Whether to render ghosted,
See
renderInFront?
readonly
optional
renderInFront:boolean
Defined in: packages/cad-styling/src/NodeAppearance.ts:89
Whether to render in front,
See
visible?
readonly
optional
visible:boolean
Defined in: packages/cad-styling/src/NodeAppearance.ts:85
Visibility,