Theme
Defined in: theme/Theme.ts:37
GoJS-compatible: a named collection of theme values (colors, fonts,
numbers, etc.) that ThemeBinding/GraphObject.theme() look values up
from.
Indexable
Sección titulada «Indexable»[
index:string]:Map<string,string> |ThemeValues<unknown> |undefined
Properties
Sección titulada «Properties»arrowheads?
Sección titulada «arrowheads?»
optionalarrowheads?:ThemeValues<string>
Defined in: theme/Theme.ts:46
colors?
Sección titulada «colors?»
optionalcolors?:ThemeColors
Defined in: theme/Theme.ts:38
optionalfonts?:ThemeValues<string>
Defined in: theme/Theme.ts:39
margins?
Sección titulada «margins?»
optionalmargins?:ThemeValues<Margin>
Defined in: theme/Theme.ts:44
numbers?
Sección titulada «numbers?»
optionalnumbers?:ThemeValues<number>
Defined in: theme/Theme.ts:40
points?
Sección titulada «points?»
optionalpoints?:ThemeValues<Point>
Defined in: theme/Theme.ts:41
optionalrects?:ThemeValues<Rect>
Defined in: theme/Theme.ts:43
optionalsizes?:ThemeValues<Size>
Defined in: theme/Theme.ts:42
optionalspots?:ThemeValues<Spot>
Defined in: theme/Theme.ts:45
targetPropertyMap?
Sección titulada «targetPropertyMap?»
optionaltargetPropertyMap?:Map<string,string>
Defined in: theme/Theme.ts:48
Maps a GraphObject target property name (e.g. "fill") to the Theme sub-object to search (e.g. "colors").