import ContextEditionState from 'waves-ui/src/states/context-edition-state.js'ContextEditionState
Extends:
src/states/base-state~BaseState → ContextEditionState
A state to interact directly with layers time contexts.
Constructor Summary
| Public Constructor | ||
| public |
constructor(timeline: *) |
|
Member Summary
| Public Members | ||
| public |
currentLayer: * |
|
| public |
|
|
| public |
|
|
Method Summary
| Public Methods | ||
| public |
handleEvent(e: *) |
|
| public |
onMouseDown(e: *) |
|
| public |
onMouseMove(e: *) |
|
| public |
onMouseUp(e: *) |
|
Public Constructors
public constructor(timeline: *) source
Params:
| Name | Type | Attribute | Description |
| timeline | * |
Public Methods
public handleEvent(e: *) source
Params:
| Name | Type | Attribute | Description |
| e | * |
public onMouseDown(e: *) source
Params:
| Name | Type | Attribute | Description |
| e | * |
public onMouseMove(e: *) source
Params:
| Name | Type | Attribute | Description |
| e | * |
public onMouseUp(e: *) source
Params:
| Name | Type | Attribute | Description |
| e | * |