MotionScript

@motion-script/core


@motion-script/core / getVariable

Function: getVariable()

getVariable(key): unknown

Defined in: project/variables.ts:36

Internal

Looks up a registered variable by name (case-insensitive); undefined if none is registered. Backs stage.variables(...).

Parameters

key

string

Returns

unknown