Provides an overloaded Writable store interface for TJSPosition.set.

interface TJSPositionWritable {
    set(this: void, value: TJSPositionDataRelative, options?: OptionsSet): TJSPosition;
    subscribe(this: void, run: Subscriber<TJSPositionDataRelative>, invalidate?: Invalidator<TJSPositionDataRelative>): Unsubscriber;
    update(this: void, updater: Updater<TJSPositionDataRelative>): void;
}
Implemented by
Hierarchy

Methods