Timeline components.
Classes
TimelineClipElement
Extends TimelineClipElement_base.
new TimelineClipElement():
TimelineClipElement
Returns TimelineClipElement. Inherited from TimelineClipElement_base.constructor.
| Property | Modifier | Type |
|---|---|---|
_clip | public | undefined | ClientClip |
_hover | public | boolean |
_scrollRoot | public | undefined | false | Element |
_timing | public | undefined | Timing |
_trimsEnd | public | undefined | boolean |
_trimsStart | public | undefined | boolean |
acceptsClip | public | boolean |
assetType | public | string |
avRatio | public readonly | number |
backgroundPromise | public | undefined | Promise<void> |
clip | public readonly | ClientClip |
clipId | public | string |
colorSize | public readonly | Size<number> |
connected | public | boolean |
contentForHead | public | OptionalContent |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
dataFrame | public | number |
dataFrames | public | number |
defaultContent | public readonly | OptionalContent |
handleClick | public | (event: Event) => void |
handleDragEnd | public | (event: DragEvent) => void |
handleDragStart | public | (event: DragEvent) => void |
handlePointerDown | public | (event: PointerEvent) => void |
handlePointerEnter | public | () => void |
handlePointerLeave | public | () => void |
handleTrimDown | public | (event: PointerEvent) => void |
handleTrimMove | public | (event: PointerEvent) => void |
handleTrimUp | public | (event: PointerEvent) => void |
head | public | OptionalContent |
heightFrame | public readonly | number |
heightPreviewAudible | public readonly | number |
heightPreviewVisible | public readonly | number |
hover | public | boolean |
iconFromFramePromise | public | undefined | Promise<void> |
iconIds | public readonly | string[] |
key | public | string |
label | public | undefined | string |
left | public readonly | number |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
mashRatio | public readonly | number |
preview? | public | Element |
previewBorder | public readonly | number |
previewSize | public | Size<number> |
previewTarget | public readonly | string |
propertyId | public readonly | `${string}.${string}` |
refreshElements | public | () => void |
scrollCurrent | public readonly | number |
scrollRoot | public readonly | false | Element |
selectable | public readonly | Propertied |
selected | public | boolean |
signals | public readonly | SignalsRecord |
size | public | Size<number> |
sizeHeight | public | number |
sizeWidth | public | number |
speed | public readonly | number |
styles | static | CSSResult |
timing | public readonly | Timing |
timingTarget | public readonly | string |
track | public readonly | ClientTrack |
trackIndex | public | number |
trackWidth | public readonly | number |
trimming | static | undefined | Trimming |
trimsEnd | public readonly | boolean |
trimsEndInitialize | public readonly | boolean |
trimsStart | public readonly | boolean |
trimsStartInitialize | public readonly | boolean |
viewingPreviews | public readonly | boolean |
visibility | public | boolean |
visibleHeight | public readonly | number |
widthFrame | public readonly | number |
zoom | public readonly | number |
Methods
dropValid(
dataTransfer?):boolean
| Parameter | Type |
|---|---|
dataTransfer? | Not | DataTransfer |
Returns boolean. Inherited from TimelineClipElement_base.dropValid.
eventValue(
event):number
| Parameter | Type | Description |
|---|---|---|
event | PointerEvent |
Returns number.
handleDragged():
void
Returns void. Inherited from TimelineClipElement_base.handleDragged.
handleDropped(
dataTransfer?,clientX?):void
| Parameter | Type |
|---|---|
dataTransfer? | Not | DataTransfer |
clientX? | number |
Returns void. Inherited from TimelineClipElement_base.handleDropped.
handleTargetIdSignal(
signal):void
| Parameter | Type |
|---|---|
signal | Signal |
Returns void. Inherited from TimelineClipElement_base.handleTargetIdSignal.
mashIndex(
dataTransfer?,clientX?):undefined|ClipLocation
| Parameter | Type |
|---|---|
dataTransfer? | Not | DataTransfer |
clientX? | number |
Returns undefined | ClipLocation. Inherited from TimelineClipElement_base.mashIndex.
refreshPreview():
void
Returns void. Inherited from TimelineClipElement_base.refreshPreview.
selectClip():
void
Returns void.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from TimelineClipElement_base.templateContent.
trimContent():
OptionalContent
Returns OptionalContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from TimelineClipElement_base.unsubscribe.
willUpdate(
values):void
| Parameter | Type | Description |
|---|---|---|
values | PropertyValueMap<TimelineClipElement> |
Returns void. Overrides TimelineClipElement_base.willUpdate.
staticinstance(element,args, …ids):TimelineClipElement
| Parameter | Type | Description |
|---|---|---|
element | undefined | TimelineClipElement | |
args | TimelineClipElementArgs | |
…ids | string[] |
Returns TimelineClipElement.
TimelineContentCenterElement
Extends TimelineContentCenterElement_base.
new TimelineContentCenterElement():
TimelineContentCenterElement
Returns TimelineContentCenterElement. Inherited from TimelineContentCenterElement_base.constructor.
| Property | Modifier | Type |
|---|---|---|
acceptsClip | public | boolean |
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssDivRoot | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
handlePointerDown | public | (event: Event) => void |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
signals | public readonly | SignalsRecord |
sizeById | public | Record<string, Size<number>> |
sizeObserver? | public | ResizeObserver |
styles | static | CSSResult |
tracksByIndex | public | Record<number, Element> |
visibilityById | public | Record<string, boolean> |
visibilityObserver? | public | IntersectionObserver |
visibilityRoot? | public | Element |
Methods
dropValid(
data):boolean
| Parameter | Type | Description |
|---|---|---|
data | DataTransfer |
Returns boolean. Overrides TimelineContentCenterElement_base.dropValid.
handleDragged():
void
Returns void. Inherited from TimelineContentCenterElement_base.handleDragged.
handleDropped(
dataTransfer?,clientX?):void
| Parameter | Type |
|---|---|
dataTransfer? | Not | DataTransfer |
clientX? | number |
Returns void. Inherited from TimelineContentCenterElement_base.handleDropped.
mashIndex(
dataTransfer?,clientX?):undefined|ClipLocation
| Parameter | Type |
|---|---|
dataTransfer? | Not | DataTransfer |
clientX? | number |
Returns undefined | ClipLocation. Inherited from TimelineContentCenterElement_base.mashIndex.
sizeObserve(
wasObserved,nowObserved):void
| Parameter | Type |
|---|---|
wasObserved | Record<string, Element> |
nowObserved | Record<string, Element> |
Returns void. Inherited from TimelineContentCenterElement_base.sizeObserve.
sizeObserved(
entries,observer):void
| Parameter | Type |
|---|---|
entries | ResizeObserverEntry[] |
observer | ResizeObserver |
Returns void. Inherited from TimelineContentCenterElement_base.sizeObserved.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from TimelineContentCenterElement_base.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from TimelineContentCenterElement_base.unsubscribe.
visibilityObserve(
wasObserved,nowObserved):boolean
| Parameter | Type |
|---|---|
wasObserved | Record<string, Element> |
nowObserved | Record<string, Element> |
Returns boolean. Inherited from TimelineContentCenterElement_base.visibilityObserve.
TimelineContentElement
Extends ContentElementBase.
new TimelineContentElement():
TimelineContentElement
Returns TimelineContentElement. Inherited from ContentElementBase.constructor.
| Property | Modifier | Type |
|---|---|---|
chromeCss | static | CSSResult |
connected | public | boolean |
contentCss | static | CSSResult |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
cssShared | static | CSSResult |
defaultContent | public readonly | OptionalContent |
exportParts | public | undefined | string |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
parts | public | string |
partSeparator | static | string |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
Methods
handlePick():
void
Returns void.
partContent(
part,slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
part | string | |
slots | Element[] |
Returns OptionalContent. Inherited from ContentElementBase.partContent.
refreshParts():
string
Returns string. Inherited from ContentElementBase.refreshParts.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from ContentElementBase.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from ContentElementBase.unsubscribe.
TimelineElement
Extends TimelineElement_base.
new TimelineElement():
TimelineElement
Returns TimelineElement. Inherited from TimelineElement_base.constructor.
| Property | Modifier | Type |
|---|---|---|
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
cssProperties | public | Property[] |
defaultContent | public readonly | OptionalContent |
exportParts | public | undefined | string |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
parts | public | string |
partSeparator | static | string |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
target | public readonly | string |
Methods
contentContent(
slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
slots | Element[] |
Returns OptionalContent. Inherited from TimelineElement_base.contentContent.
footerContent(
slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
slots | Element[] |
Returns OptionalContent. Inherited from TimelineElement_base.footerContent.
handleScalarProperty(
event):void
| Parameter | Type |
|---|---|
event | Event |
Returns void. Inherited from TimelineElement_base.handleScalarProperty.
handleSignalIds(
event):void
| Parameter | Type |
|---|---|
event | Event |
Returns void. Inherited from TimelineElement_base.handleSignalIds.
headerContent(
slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
slots | Element[] |
Returns OptionalContent. Inherited from TimelineElement_base.headerContent.
partContent(
part,slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
part | string | |
slots | Element[] |
Returns OptionalContent. Inherited from TimelineElement_base.partContent.
refreshParts():
string
Returns string. Inherited from TimelineElement_base.refreshParts.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from TimelineElement_base.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from TimelineElement_base.unsubscribe.
staticinstance(element):TimelineElement
| Parameter | Type | Description |
|---|---|---|
element | undefined | TimelineElement |
Returns TimelineElement.
TimelineFooterElement
Extends FooterElementBase.
new TimelineFooterElement():
TimelineFooterElement
Returns TimelineFooterElement. Inherited from FooterElementBase.constructor.
| Property | Modifier | Type |
|---|---|---|
chromeCss | static | CSSResult |
connected | public | boolean |
contentCss | static | CSSResult |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
cssShared | static | CSSResult |
defaultContent | public readonly | OptionalContent |
exportParts | public | undefined | string |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
parts | public | string |
partSeparator | static | string |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
Methods
partContent(
part,slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
part | string | |
slots | Element[] |
Returns OptionalContent. Inherited from FooterElementBase.partContent.
refreshParts():
string
Returns string. Inherited from FooterElementBase.refreshParts.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from FooterElementBase.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from FooterElementBase.unsubscribe.
TimelineFrameElement
Extends TimelineFrameElement_base.
new TimelineFrameElement():
TimelineFrameElement
Returns TimelineFrameElement. Inherited from TimelineFrameElement_base.constructor.
| Property | Modifier | Type |
|---|---|---|
changed | public | number |
clip | public readonly | undefined | ClientClip |
clipId | public | string |
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
frame | public | number |
frameSize | public readonly | Size<number> |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
previewBorder | public readonly | number |
previewElement | public | undefined | Element |
previewPromise | public | undefined | Promise<void> |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
visibility | public | boolean |
Methods
previewsPromise():
Promise<DataOrError<Element>>
Returns Promise<DataOrError<Element>>.
refreshPreview():
void
Returns void.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from TimelineFrameElement_base.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from TimelineFrameElement_base.unsubscribe.
willUpdate(
values):void
| Parameter | Type | Description |
|---|---|---|
values | PropertyValueMap<TimelineFrameElement> |
Returns void. Overrides TimelineFrameElement_base.willUpdate.
staticinstance(element,args):TimelineFrameElement
| Parameter | Type | Description |
|---|---|---|
element | undefined | TimelineFrameElement | |
args | TimelineFrameElementArgs |
Returns TimelineFrameElement.
TimelineHeaderElement
Extends HeaderElementBase.
new TimelineHeaderElement():
TimelineHeaderElement
Returns TimelineHeaderElement. Inherited from HeaderElementBase.constructor.
| Property | Modifier | Type |
|---|---|---|
chromeCss | static | CSSResult |
clip | public readonly | undefined | ClientClip |
connected | public | boolean |
contentCss | static | CSSResult |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
cssShared | static | CSSResult |
defaultContent | public readonly | OptionalContent |
disabledSplit | public | boolean |
disabledSplitState | public readonly | boolean |
exportParts | public | undefined | string |
frame | public readonly | number |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
parts | public | string |
partSeparator | static | string |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
Methods
handleSplit():
void
Returns void.
partContent(
part,slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
part | string | |
slots | Element[] |
Returns OptionalContent. Inherited from HeaderElementBase.partContent.
refreshParts():
string
Returns string. Inherited from HeaderElementBase.refreshParts.
rightContent(
htmls):OptionalContent
| Parameter | Type | Description |
|---|---|---|
htmls | Html[] |
Returns OptionalContent. Overrides HeaderElementBase.rightContent.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from HeaderElementBase.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from HeaderElementBase.unsubscribe.
updateDisabledSplit():
void
Returns void.
TimelineIconElement
Extends TimelineIconElement_base.
new TimelineIconElement():
TimelineIconElement
Returns TimelineIconElement. Inherited from TimelineIconElement_base.constructor.
| Property | Modifier | Type |
|---|---|---|
acceptsClip | public | boolean |
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
dense | public | boolean |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
trackIndex | public | number |
Methods
dropValid(
dataTransfer?):boolean
| Parameter | Type |
|---|---|
dataTransfer? | Not | DataTransfer |
Returns boolean. Inherited from TimelineIconElement_base.dropValid.
handleDragged():
void
Returns void. Inherited from TimelineIconElement_base.handleDragged.
handleDropped(
dataTransfer?,clientX?):void
| Parameter | Type |
|---|---|
dataTransfer? | Not | DataTransfer |
clientX? | number |
Returns void. Inherited from TimelineIconElement_base.handleDropped.
mashIndex(
dataTransfer?,clientX?):undefined|ClipLocation
| Parameter | Type |
|---|---|
dataTransfer? | Not | DataTransfer |
clientX? | number |
Returns undefined | ClipLocation. Inherited from TimelineIconElement_base.mashIndex.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from TimelineIconElement_base.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from TimelineIconElement_base.unsubscribe.
staticinstance(element,args):TimelineIconElement
| Parameter | Type | Description |
|---|---|---|
element | undefined | TimelineIconElement | |
args | TimelineIconElementArgs |
Returns TimelineIconElement.
TimelinePreviewElement
Extends TimelinePreviewElement_base.
new TimelinePreviewElement():
TimelinePreviewElement
Returns TimelinePreviewElement. Inherited from TimelinePreviewElement_base.constructor.
| Property | Modifier | Type |
|---|---|---|
audioElement | public | undefined | Element |
avRatio | public readonly | number |
changed | public | number |
clip | public readonly | ClientClip |
clipId | public | string |
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
frames | public readonly | number[] |
framesById | public | Record<string, Element> |
frameSize | public readonly | Size<number> |
gap | public readonly | number |
heightFrame | public readonly | number |
heightPreviewAudible | public readonly | number |
heightPreviewVisible | public readonly | number |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
mashRatio | public readonly | number |
previewBorder | public readonly | number |
previewCountVisible | public readonly | number |
previewPromise | public | undefined | Promise<void> |
previewSize | public readonly | Size<number> |
scale | public readonly | number |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
trackWidth | public readonly | number |
viewingPreviews | public readonly | boolean |
visibilityById | public | Record<string, boolean> |
visibilityObserver? | public | IntersectionObserver |
visibilityRoot? | public | Element |
widthFrame | public readonly | number |
zoom | public readonly | number |
Methods
refreshFrames():
void
Returns void.
refreshVariables():
void
Returns void.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from TimelinePreviewElement_base.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from TimelinePreviewElement_base.unsubscribe.
visibilityObserve(
wasObserved,nowObserved):boolean
| Parameter | Type |
|---|---|
wasObserved | Record<string, Element> |
nowObserved | Record<string, Element> |
Returns boolean. Inherited from TimelinePreviewElement_base.visibilityObserve.
willUpdate(
values):void
| Parameter | Type | Description |
|---|---|---|
values | PropertyValueMap<TimelinePreviewElement> |
Returns void. Overrides TimelinePreviewElement_base.willUpdate.
staticinstance(element,args):TimelinePreviewElement
| Parameter | Type | Description |
|---|---|---|
element | undefined | TimelinePreviewElement | |
args | TimelinePreviewElementArgs |
Returns TimelinePreviewElement.
TimelineTrackElement
Extends TimelineTrackElement_base.
new TimelineTrackElement():
TimelineTrackElement
Returns TimelineTrackElement. Inherited from TimelineTrackElement_base.constructor.
| Property | Modifier | Type |
|---|---|---|
acceptsClip | public | boolean |
clipsById | public | Record<string, Element> |
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
signals | public readonly | SignalsRecord |
sizeById | public | Record<string, Size<number>> |
sizeObserver? | public | ResizeObserver |
styles | static | CSSResult |
track | public readonly | undefined | ClientTrack |
trackElementsPromise | public | undefined | Promise<void> |
trackIndex | public | number |
visibility | public | boolean |
visibilityById | public | Record<string, boolean> |
visibilityObserver? | public | IntersectionObserver |
visibilityRoot? | public | Element |
Methods
dropValid(
dataTransfer?):boolean
| Parameter | Type |
|---|---|
dataTransfer? | Not | DataTransfer |
Returns boolean. Inherited from TimelineTrackElement_base.dropValid.
handleDragged():
void
Returns void. Inherited from TimelineTrackElement_base.handleDragged.
handleDropped(
dataTransfer?,clientX?):void
| Parameter | Type |
|---|---|
dataTransfer? | Not | DataTransfer |
clientX? | number |
Returns void. Inherited from TimelineTrackElement_base.handleDropped.
mashIndex(
dataTransfer?,clientX?):undefined|ClipLocation
| Parameter | Type |
|---|---|
dataTransfer? | Not | DataTransfer |
clientX? | number |
Returns undefined | ClipLocation. Inherited from TimelineTrackElement_base.mashIndex.
refreshClips():
void
Returns void.
sizeObserve(
wasObserved,nowObserved):void
| Parameter | Type |
|---|---|
wasObserved | Record<string, Element> |
nowObserved | Record<string, Element> |
Returns void. Inherited from TimelineTrackElement_base.sizeObserve.
sizeObserved(
entries,observer):void
| Parameter | Type |
|---|---|
entries | ResizeObserverEntry[] |
observer | ResizeObserver |
Returns void. Inherited from TimelineTrackElement_base.sizeObserved.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from TimelineTrackElement_base.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from TimelineTrackElement_base.unsubscribe.
visibilityObserve(
wasObserved,nowObserved):boolean
| Parameter | Type |
|---|---|
wasObserved | Record<string, Element> |
nowObserved | Record<string, Element> |
Returns boolean. Inherited from TimelineTrackElement_base.visibilityObserve.
willUpdate(
values):void
| Parameter | Type | Description |
|---|---|---|
values | PropertyValueMap<TimelineTrackElement> |
Returns void. Overrides TimelineTrackElement_base.willUpdate.
staticinstance(element,detail):TimelineTrackElement
| Parameter | Type | Description |
|---|---|---|
element | undefined | TimelineTrackElement | |
detail | TimelineTrackElementArgs |
Returns TimelineTrackElement.
Interfaces
TimelineClipElementArgs
Extends VisibilityObserved.
| Property | Type |
|---|---|
clipId | string |
frame | number |
frames | number |
label? | string |
sizeHeight | number |
sizeWidth | number |
trackIndex | number |
visibility | boolean |
TimelineFrameElementArgs
| Property | Type |
|---|---|
changed | number |
clipId | string |
frame | number |
visibility | boolean |
TimelineIconElementArgs
| Property | Type |
|---|---|
dense | boolean |
trackIndex | number |
TimelinePreviewElementArgs
| Property | Type |
|---|---|
changed | number |
clipId | string |
TimelineTrackElementArgs
Extends VisibilityObserved.
| Property | Type |
|---|---|
trackIndex | number |
visibility | boolean |
Variables
TimelineClipTag
constTimelineClipTag:"media-masher-timeline-clip"
TimelineContentCenterTag
constTimelineContentCenterTag:"media-masher-timeline-content-center"
TimelineContentTag
constTimelineContentTag:"media-masher-timeline-content"
TimelineFooterTag
constTimelineFooterTag:"media-masher-timeline-footer"
TimelineFrameTag
constTimelineFrameTag:"media-masher-timeline-frame"
TimelineHeaderTag
constTimelineHeaderTag:"media-masher-timeline-header"
TimelineIconTag
constTimelineIconTag:"media-masher-timeline-icon"
TimelinePreviewTag
constTimelinePreviewTag:"media-masher-timeline-preview"
TimelineTag
constTimelineTag:"media-masher-timeline"
TimelineTrackTag
constTimelineTrackTag:"media-masher-timeline-track"
Functions
masherTimelineElementPlug
masherTimelineElementPlug(
element):Promise<DataOrError<Element>>
| Parameter | Type |
|---|---|
element | undefined | TimelineElement |
Returns Promise<DataOrError<Element>>.