Skip to content
This is the alpha v4 version website. Looking for the v3 documentation?

ExtractAllNodeVariables

ExtractAllNodeVariables<N> = N["variables"] extends VariablesDefinition ? VariablesDefinitionToType<N["variables"]> : object

Defined in: packages/sigma/src/primitives/types.ts:188

Type Parameters

N

N extends NodePrimitives