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

    Type Alias DataContextProps

    DataContext props

    type DataContextProps = {
        connect: () => Store | null;
        connectByMessagePort: () => Promise<MessagePort>;
        isRemote: boolean;
    }
    Index

    Properties

    connect: () => Store | null

    connect directly to a non-remote store

    connectByMessagePort: () => Promise<MessagePort>

    connect to a remote store by opening a MessagePort

    isRemote: boolean

    indicates if the store is a direct instance or remote (proxy)