Search
Preparing search index...
The search index is not available
@wcrichto/vgrid
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"timeline_track"
Timeline
Class Timeline<SS>
Type parameters
SS
Hierarchy
Component
<
TimelineProps
,
TimelineState
>
Timeline
Index
Constructors
constructor
Properties
context
old_
time
props
refs
context
Type
Methods
UNSAFE_
component
Will
Mount
UNSAFE_
component
Will
Receive
Props
UNSAFE_
component
Will
Update
component
Did
Catch
component
Did
Mount
component
Did
Update
component
Will
Mount
component
Will
Receive
Props
component
Will
Unmount
component
Will
Update
create_
interval
force
Update
get
Snapshot
Before
Update
on
Key
Down
on
Key
Up
on
Mouse
Down
on
Mouse
Leave
on
Mouse
Move
on
Mouse
Up
render
set
State
should
Component
Update
Object literals
key_
bindings
state
Constructors
constructor
new
Timeline
(
props
:
Readonly
<
TimelineProps
>
)
:
Timeline
new
Timeline
(
props
:
TimelineProps
, context
:
any
)
:
Timeline
Parameters
props:
Readonly
<
TimelineProps
>
Returns
Timeline
Parameters
props:
TimelineProps
Optional
context:
any
Returns
Timeline
Properties
context
context
:
any
Private
old_
time
old_
time
:
number
= this.props.time_state.time
props
props
:
Readonly
<
TimelineProps
>
&
Readonly
<
object
>
refs
refs
:
object
Type declaration
[
key:
string
]:
ReactInstance
Static
Optional
context
Type
context
Type
:
Context
<
any
>
Methods
Optional
UNSAFE_
component
Will
Mount
UNSAFE_
component
Will
Mount
(
)
:
void
Returns
void
Optional
UNSAFE_
component
Will
Receive
Props
UNSAFE_
component
Will
Receive
Props
(
nextProps
:
Readonly
<
TimelineProps
>
, nextContext
:
any
)
:
void
Parameters
nextProps:
Readonly
<
TimelineProps
>
nextContext:
any
Returns
void
Optional
UNSAFE_
component
Will
Update
UNSAFE_
component
Will
Update
(
nextProps
:
Readonly
<
TimelineProps
>
, nextState
:
Readonly
<
TimelineState
>
, nextContext
:
any
)
:
void
Parameters
nextProps:
Readonly
<
TimelineProps
>
nextState:
Readonly
<
TimelineState
>
nextContext:
any
Returns
void
Optional
component
Did
Catch
component
Did
Catch
(
error
:
Error
, errorInfo
:
ErrorInfo
)
:
void
Parameters
error:
Error
errorInfo:
ErrorInfo
Returns
void
Optional
component
Did
Mount
component
Did
Mount
(
)
:
void
Returns
void
component
Did
Update
component
Did
Update
(
)
:
void
Returns
void
Optional
component
Will
Mount
component
Will
Mount
(
)
:
void
Returns
void
Optional
component
Will
Receive
Props
component
Will
Receive
Props
(
nextProps
:
Readonly
<
TimelineProps
>
, nextContext
:
any
)
:
void
Parameters
nextProps:
Readonly
<
TimelineProps
>
nextContext:
any
Returns
void
Optional
component
Will
Unmount
component
Will
Unmount
(
)
:
void
Returns
void
Optional
component
Will
Update
component
Will
Update
(
nextProps
:
Readonly
<
TimelineProps
>
, nextState
:
Readonly
<
TimelineState
>
, nextContext
:
any
)
:
void
Parameters
nextProps:
Readonly
<
TimelineProps
>
nextState:
Readonly
<
TimelineState
>
nextContext:
any
Returns
void
create_
interval
create_
interval
(
)
:
void
Returns
void
force
Update
force
Update
(
callback
:
undefined
|
function
)
:
void
Parameters
Optional
callback:
undefined
|
function
Returns
void
Optional
get
Snapshot
Before
Update
get
Snapshot
Before
Update
(
prevProps
:
Readonly
<
TimelineProps
>
, prevState
:
Readonly
<
TimelineState
>
)
:
SS
|
null
Parameters
prevProps:
Readonly
<
TimelineProps
>
prevState:
Readonly
<
TimelineState
>
Returns
SS
|
null
on
Key
Down
on
Key
Down
(
char
:
string
, x
:
number
, y
:
number
)
:
void
Parameters
char:
string
x:
number
y:
number
Returns
void
on
Key
Up
on
Key
Up
(
char
:
string
, x
:
number
, y
:
number
)
:
void
Parameters
char:
string
x:
number
y:
number
Returns
void
on
Mouse
Down
on
Mouse
Down
(
x
:
number
, y
:
number
)
:
void
Parameters
x:
number
y:
number
Returns
void
on
Mouse
Leave
on
Mouse
Leave
(
x
:
number
, y
:
number
)
:
void
Parameters
x:
number
y:
number
Returns
void
on
Mouse
Move
on
Mouse
Move
(
x
:
number
, y
:
number
)
:
void
Parameters
x:
number
y:
number
Returns
void
on
Mouse
Up
on
Mouse
Up
(
x
:
number
, y
:
number
)
:
void
Parameters
x:
number
y:
number
Returns
void
render
render
(
)
:
Element
Returns
Element
set
State
set
State<K>
(
state
:
function
|
null
|
S
|
object
, callback
:
undefined
|
function
)
:
void
Type parameters
K
:
keyof TimelineState
Parameters
state:
function
|
null
|
S
|
object
Optional
callback:
undefined
|
function
Returns
void
Optional
should
Component
Update
should
Component
Update
(
nextProps
:
Readonly
<
TimelineProps
>
, nextState
:
Readonly
<
TimelineState
>
, nextContext
:
any
)
:
boolean
Parameters
nextProps:
Readonly
<
TimelineProps
>
nextState:
Readonly
<
TimelineState
>
nextContext:
any
Returns
boolean
Object literals
key_
bindings
key_
bindings
:
object
__computed
__computed
:
object
i
i
:
create_interval
= this.create_interval
state
state
:
object
new_
negative_
interval
new_
negative_
interval
:
null
= null
new_
positive_
interval
new_
positive_
interval
:
null
= null
shift_
held
shift_
held
:
false
= false
drag_
state
drag_
state
:
object
click_
end_
time
click_
end_
time
:
number
= 0
click_
start_
time
click_
start_
time
:
number
= 0
click_
time
click_
time
:
number
= 0
click_
x
click_
x
:
number
= 0
click_
y
click_
y
:
number
= 0
dragging
dragging
:
false
= false
Globals
"timeline_
track"
Ticks
Timeline
constructor
context
old_
time
props
refs
context
Type
UNSAFE_
component
Will
Mount
UNSAFE_
component
Will
Receive
Props
UNSAFE_
component
Will
Update
component
Did
Catch
component
Did
Mount
component
Did
Update
component
Will
Mount
component
Will
Receive
Props
component
Will
Unmount
component
Will
Update
create_
interval
force
Update
get
Snapshot
Before
Update
on
Key
Down
on
Key
Up
on
Mouse
Down
on
Mouse
Leave
on
Mouse
Move
on
Mouse
Up
render
set
State
should
Component
Update
key_
bindings
state
Timeline
Bounds
Timeline
Controls
Timeline
Navigator
Timeline
Overview
Timeline
Row
Timeline
Track
Drag
Timeline
State
Ticks
Props
Timeline
Controls
Props
Timeline
Navigator
Props
Timeline
Overview
Props
Timeline
Props
Timeline
Row
Props
Timeline
State
Timeline
Track
Props
canvas_
component
time_
to_
x
x_
to_
time
Constants
Generated using
TypeDoc