Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-collaboration
FileTimelineMarker
Interface FileTimelineMarker
A timestamped comment/marker on a media file's timeline.
interface
FileTimelineMarker
{
authorId
?:
string
;
authorName
?:
string
;
color
?:
string
;
content
:
string
;
createdAt
?:
string
;
editedAt
?:
string
;
id
:
string
;
time
:
number
;
}
Index
Properties
author
Id?
author
Name?
color?
content
created
At?
edited
At?
id
time
Properties
Optional
author
Id
authorId
?:
string
Optional
author
Name
authorName
?:
string
Optional
color
color
?:
string
content
content
:
string
Optional
created
At
createdAt
?:
string
Optional
edited
At
editedAt
?:
string
id
id
:
string
time
time
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
Id
author
Name
color
content
created
At
edited
At
id
time
Hiyve Components - v1.0.0
Loading...
A timestamped comment/marker on a media file's timeline.