Interface KeplerOpenedDatasetExperimental

Result of opening one dataset in the workspace.

interface KeplerOpenedDataset {
    addDataToMapPayload: Readonly<Record<string, unknown>>;
    dispatched: boolean;
    projection: KeplerDatasetProjection;
}

Properties

addDataToMapPayload: Readonly<Record<string, unknown>>

addDataToMap payload — dispatch it yourself when no host is attached.

dispatched: boolean

True when the bridge dispatched into an attached host.