Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-clips
ClipToolbarProps
Interface ClipToolbarProps
Props for ClipToolbar.
interface
ClipToolbarProps
{
clipCount
:
number
;
collaborationMode
:
CollaborationMode
;
colors
:
ClipCompositionColors
;
enableRecording
:
boolean
;
icons
:
ClipCompositionIcons
;
isOwner
:
boolean
;
isPlayingAll
:
boolean
;
labels
:
ClipCompositionLabels
;
lockMode
:
CompositionLockMode
;
maxClips
:
number
;
onPlayAll
:
()
=>
void
;
onStopAll
:
()
=>
void
;
onToggleCollaboration
:
()
=>
void
;
onToggleLock
:
()
=>
void
;
onToggleRecorder
:
()
=>
void
;
readOnly
:
boolean
;
showRecorder
:
boolean
;
}
Index
Properties
clip
Count
collaboration
Mode
colors
enable
Recording
icons
is
Owner
is
Playing
All
labels
lock
Mode
max
Clips
on
Play
All
on
Stop
All
on
Toggle
Collaboration
on
Toggle
Lock
on
Toggle
Recorder
read
Only
show
Recorder
Properties
clip
Count
clipCount
:
number
collaboration
Mode
collaborationMode
:
CollaborationMode
colors
colors
:
ClipCompositionColors
enable
Recording
enableRecording
:
boolean
icons
icons
:
ClipCompositionIcons
is
Owner
isOwner
:
boolean
is
Playing
All
isPlayingAll
:
boolean
labels
labels
:
ClipCompositionLabels
lock
Mode
lockMode
:
CompositionLockMode
max
Clips
maxClips
:
number
on
Play
All
onPlayAll
:
()
=>
void
on
Stop
All
onStopAll
:
()
=>
void
on
Toggle
Collaboration
onToggleCollaboration
:
()
=>
void
on
Toggle
Lock
onToggleLock
:
()
=>
void
on
Toggle
Recorder
onToggleRecorder
:
()
=>
void
read
Only
readOnly
:
boolean
show
Recorder
showRecorder
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
clip
Count
collaboration
Mode
colors
enable
Recording
icons
is
Owner
is
Playing
All
labels
lock
Mode
max
Clips
on
Play
All
on
Stop
All
on
Toggle
Collaboration
on
Toggle
Lock
on
Toggle
Recorder
read
Only
show
Recorder
Hiyve Components - v1.0.0
Loading...
Props for ClipToolbar.