Interface TrajectoryServiceOptions

Hierarchy-Diagram

UML class diagram of TrajectoryServiceOptions
Legend
icon for an interface in the UML class diagram interface

Hierarchy

Properties

autoBind?: boolean

Automatically bind to the data object service

Default

true

dataService?: Constructor<DataObject>

Dataservice to fetch stored data objects

defaultUID?: ((object: DataObject) => string)

Type declaration

    • (object: DataObject): string
    • Default UID of a trajectory with autoBind = true

      Default

      (object) => object.uid

      Parameters

      Returns string

deserialize?: ((obj: any) => any)

Type declaration

    • (obj: any): any
    • Parameters

      • obj: any

      Returns any

serialize?: ((obj: any) => any)

Type declaration

    • (obj: any): any
    • Parameters

      • obj: any

      Returns any