Skip to content
Entangle UI v0.13.0

CurveBottomBarInfo

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

Information passed to the renderBottomBar render prop.

curve: CurveData

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

Current curve data


disabled: boolean

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

Whether the editor is disabled


evaluate: (x) => number

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

Evaluate the curve at a given X position

number

number


readOnly: boolean

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

Whether the editor is read-only


selectedIds: string[]

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

IDs of currently selected keyframes


selectedKeyframes: CurveKeyframe[]

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

The actual selected keyframe objects