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

    Type Alias AnnotationsProviderProps

    Annotations provider component props

    type AnnotationsProviderProps = {
        autoUpdate?: boolean;
        children?: ReactNode;
        maxVisible?: number;
    }
    Index

    Properties

    autoUpdate?: boolean
    children?: ReactNode
    maxVisible?: number