@visualstorytelling/provenance-core
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Provenance
Slide
constructor
_annotations
_duration
_id
_metadata
_mitt
_name
_node
_transition
Time
_x
Position
annotations
duration
id
metadata
name
node
transition
Time
x
Position
add
Annotation
off
on
remove
Annotation
Hierarchy
ProvenanceSlide
Implements
IProvenanceSlide
Index
Constructors
constructor
Properties
_annotations
_duration
_id
_metadata
_mitt
_name
_node
_transition
Time
_x
Position
Accessors
annotations
duration
id
metadata
name
node
transition
Time
x
Position
Methods
add
Annotation
off
on
remove
Annotation
Constructors
constructor
new
Provenance
Slide
(
name
:
string
, duration
:
number
, transitionTime
:
number
, annotations
?:
SlideAnnotation
<
any
>
[]
, node
?:
ProvenanceNode
|
null
)
:
ProvenanceSlide
Parameters
name:
string
duration:
number
transitionTime:
number
Default value
annotations:
SlideAnnotation
<
any
>
[]
= []
Default value
node:
ProvenanceNode
|
null
= null
Returns
ProvenanceSlide
Properties
Private
_annotations
_annotations
:
SlideAnnotation
<
any
>
[]
Private
_duration
_duration
:
number
Private
_id
_id
:
string
Private
_metadata
_metadata
:
any
Private
_mitt
_mitt
:
any
Private
_name
_name
:
string
Private
_node
_node
:
ProvenanceNode
|
null
Private
_transition
Time
_transition
Time
:
number
Private
_x
Position
_x
Position
:
number
Accessors
annotations
annotations
:
duration
duration
:
id
id
:
metadata
metadata
:
name
name
:
node
node
:
transition
Time
transition
Time
:
x
Position
x
Position
:
Methods
add
Annotation
add
Annotation
(
annotation
:
SlideAnnotation
<
any
>
)
:
void
Parameters
annotation:
SlideAnnotation
<
any
>
Returns
void
off
off
(
type
:
string
, handler
:
Handler
)
:
void
Parameters
type:
string
handler:
Handler
Returns
void
on
on
(
type
:
string
, handler
:
Handler
)
:
void
Parameters
type:
string
handler:
Handler
Returns
void
remove
Annotation
remove
Annotation
(
annotation
:
SlideAnnotation
<
any
>
)
:
void
Parameters
annotation:
SlideAnnotation
<
any
>
Returns
void
Generated using
TypeDoc