Interface KeplerWorkspaceHostExperimental

Redux-ish dispatch target for an attached Kepler instance.

interface KeplerWorkspaceHost {
    instanceId?: string;
    dispatch(action: KeplerAction): void;
}

Properties

Methods

Properties

instanceId?: string

Kepler instance id used with wrapTo.

Methods