CurveBottomBarInfo
Defined in: src/components/controls/CurveEditor/CurveEditor.types.ts:259
Information passed to the renderBottomBar render prop.
Properties
Section titled “Properties”curve:
CurveData
Defined in: src/components/controls/CurveEditor/CurveEditor.types.ts:261
Current curve data
disabled
Section titled “disabled”disabled:
boolean
Defined in: src/components/controls/CurveEditor/CurveEditor.types.ts:269
Whether the editor is disabled
evaluate
Section titled “evaluate”evaluate: (
x) =>number
Defined in: src/components/controls/CurveEditor/CurveEditor.types.ts:267
Evaluate the curve at a given X position
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”number
readOnly
Section titled “readOnly”readOnly:
boolean
Defined in: src/components/controls/CurveEditor/CurveEditor.types.ts:271
Whether the editor is read-only
selectedIds
Section titled “selectedIds”selectedIds:
string[]
Defined in: src/components/controls/CurveEditor/CurveEditor.types.ts:263
IDs of currently selected keyframes
selectedKeyframes
Section titled “selectedKeyframes”selectedKeyframes:
CurveKeyframe[]
Defined in: src/components/controls/CurveEditor/CurveEditor.types.ts:265
The actual selected keyframe objects