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

    Interface RemoveClipOptions

    interface RemoveClipOptions {
        silent?: boolean;
    }
    Index

    Properties

    Properties

    silent?: boolean

    Suppress the onClipRemoved callback for this removal. Use when replaying a removal another participant performed (received via a sync channel) — onClipRemoved is the "a clip was just removed here" notification consumers typically use to broadcast the removal, so firing it for a replay would re-announce it. onChange still fires.

    false