Enum EditIntentKind
- Namespace
- Ofs
- Assembly
- Ofs.Api.dll
The kind of an EditIntent — what authoring gesture the user made. Mirrors the host's edit-intent vocabulary.
public enum EditIntentKind
Fields
AddPoint = 0AddPointAtPlayhead = 1Add a point at the playhead on the active axis (Pos).
MovePoint = 2RemovePoint = 3Remove the point at Time.
RemoveSelected = 4Remove the current selection.
MoveSelection = 5Nudge the selection: in time by Direction × Reps when Direction is not None, otherwise in position by Pos (a delta). A nudge that moves a single action is delivered as MovePoint instead, so a mode handling only MovePoint covers single-action keyboard moves too; only a multi-action nudge arrives here.
Paste = 6