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

    Interface ClipsSessionProps

    Props for ClipsSession wrapper.

    interface ClipsSessionProps {
        clipCompositionProps?: Partial<ClipCompositionProps>;
        fileToOpen?: FileEntry;
        labels?: Partial<ClipsSessionLabels>;
        onError?: (error: Error) => void;
        roomName?: string;
        storageKey?: string;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    clipCompositionProps?: Partial<ClipCompositionProps>

    Props to pass through to ClipComposition

    fileToOpen?: FileEntry

    File to open programmatically (e.g. from FileManager smart opening)

    labels?: Partial<ClipsSessionLabels>

    Custom labels

    onError?: (error: Error) => void

    Error callback

    roomName?: string

    Room name for filtering files to current room

    storageKey?: string

    localStorage key for persisting filter and sort state

    sx?: SxProps<Theme>

    MUI sx styling prop