Interface: RawPointsDataSource<TType>
Defined in: model/points.ts:123
A data source for two-dimensional point clouds
Extends
RawItemsDataSource<TType>
Type Parameters
TType
TType extends string = string
Properties
path?
optionalpath?:string
Defined in: model/base.ts:245
Local path (relative to workspace root)
Inherited from
table?
optionaltable?:string
Defined in: model/base.ts:284
Inherited from
type
type:
TType
Defined in: model/base.ts:235
Data source type
Inherited from
url?
optionalurl?:string
Defined in: model/base.ts:240
Remote URL (absolute or relative to TissUUmaps root)