Graphora API
Preparing search index...
@graphora/renderer
RenderThemeInput
Interface RenderThemeInput
interface
RenderThemeInput
{
backgroundColor
?:
string
;
edge
?:
EdgeStyleInput
;
label
?:
Partial
<
ResolvedLabelStyle
>
;
node
?:
Partial
<
ResolvedNodeStyle
>
;
}
Index
Properties
background
Color?
edge?
label?
node?
Properties
Optional
Readonly
background
Color
backgroundColor
?:
string
Optional
Readonly
edge
edge
?:
EdgeStyleInput
Optional
Readonly
label
label
?:
Partial
<
ResolvedLabelStyle
>
Optional
Readonly
node
node
?:
Partial
<
ResolvedNodeStyle
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
background
Color
edge
label
node
Graphora API
Loading...