Skip to content

rune-langium / visual-editor/src / NodeStyleConfig

Interface: NodeStyleConfig

Defined in: packages/visual-editor/src/types.ts:406

Properties

PropertyTypeDefined in
choice?{ borderColor?: string; headerColor?: string; }packages/visual-editor/src/types.ts:408
choice.borderColor?stringpackages/visual-editor/src/types.ts:408
choice.headerColor?stringpackages/visual-editor/src/types.ts:408
data?{ borderColor?: string; headerColor?: string; }packages/visual-editor/src/types.ts:407
data.borderColor?stringpackages/visual-editor/src/types.ts:407
data.headerColor?stringpackages/visual-editor/src/types.ts:407
enum?{ borderColor?: string; headerColor?: string; }packages/visual-editor/src/types.ts:409
enum.borderColor?stringpackages/visual-editor/src/types.ts:409
enum.headerColor?stringpackages/visual-editor/src/types.ts:409

Core packages released under MIT. Studio app released under FSL-1.1-ALv2.