Hiyve Components - v1.0.0
    Preparing search index...

    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

    clipCount: number
    collaborationMode: CollaborationMode
    enableRecording: boolean
    isOwner: boolean
    isPlayingAll: boolean
    maxClips: number
    onPlayAll: () => void
    onStopAll: () => void
    onToggleCollaboration: () => void
    onToggleLock: () => void
    onToggleRecorder: () => void
    readOnly: boolean
    showRecorder: boolean