Interface: PointsDataLoader<TPointsData>
Defined in: storage/points.ts:3
Extends
Type Parameters
TPointsData
TPointsData extends PointsData
Properties
schema
readonlyschema:JsonSchema
Defined in: storage/base.ts:4
Inherited from
uischema
readonlyuischema:UISchemaElement
Defined in: storage/base.ts:5
Inherited from
Methods
loadPoints()
loadPoints(
options):Promise<TPointsData>
Defined in: storage/points.ts:6
Parameters
options
signal?
AbortSignal
Returns
Promise<TPointsData>