@equinor/videx-3d
    Preparing search index...

    Type Alias EventEmitterProps

    EventEmitter props

    type EventEmitterProps = {
        autoUpdate?: boolean;
        autoUpdateRenderPriority?: number;
        children?: ReactNode;
        onResult?: EmitterCallback;
        threshold?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
    }
    Index

    Properties

    autoUpdate?: boolean
    autoUpdateRenderPriority?: number
    children?: ReactNode
    onResult?: EmitterCallback
    threshold?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10