Skip to content

CurveBottomBarInfo

Defined in: src/components/controls/CurveEditor/CurveEditor.types.ts:309

Information passed to the renderBottomBar render prop.

Properties

curve

curve: CurveData

Defined in: src/components/controls/CurveEditor/CurveEditor.types.ts:311

Current curve data


disabled

disabled: boolean

Defined in: src/components/controls/CurveEditor/CurveEditor.types.ts:319

Whether the editor is disabled


evaluate()

evaluate: (x) => number

Defined in: src/components/controls/CurveEditor/CurveEditor.types.ts:317

Evaluate the curve at a given X position

Parameters

x

number

Returns

number


readOnly

readOnly: boolean

Defined in: src/components/controls/CurveEditor/CurveEditor.types.ts:321

Whether the editor is read-only


selectedIds

selectedIds: string[]

Defined in: src/components/controls/CurveEditor/CurveEditor.types.ts:313

IDs of currently selected keyframes


selectedKeyframes

selectedKeyframes: CurveKeyframe[]

Defined in: src/components/controls/CurveEditor/CurveEditor.types.ts:315

The actual selected keyframe objects