GraphicValue
GraphicValue<
A,S,GS,T> =T|AttributeBinding<T> |ValueFunction<A,S,GS,T> |InlineFunctionConditional<A,S,GS,T> |InlineStateConditional<A,S,GS,T> |InlineDataConditional<A,S,GS,T>
Defined in: packages/sigma/src/types/styles.ts:191
Complete value specification for a graphic variable. Can be any of: direct value, attribute binding, function, or inline conditional.
Type Parameters
A
A extends Attributes
S
S
GS
GS
T
T