Skip to main content

points

Interfaces

IPointsDataSourceModel

Defined in: models/points.ts:50

A data source for 2D point clouds

Extends

Extended by

Type Parameters

TType

TType extends string = string

Properties

path?

optional path: string

Defined in: models/base.ts:45

Local path (relative to workspace root)

Inherited from

IDataSourceModel.path

type

type: TType

Defined in: models/base.ts:39

Data source type

Inherited from

IDataSourceModel.type

url?

optional url: string

Defined in: models/base.ts:42

Remote URL (absolute or relative to TissUUmaps root)

Inherited from

IDataSourceModel.url


IPointsLayerConfigModel

Defined in: models/points.ts:54

A layer-specific display configuration for 2D point clouds

Extends

Properties

flip?

optional flip: boolean

Defined in: models/base.ts:54

Horizontal reflection, applied before transformation (defaults to false)

Inherited from

ILayerConfigModel.flip

layerId

layerId: string | TableValuesColumn

Defined in: models/base.ts:51

Layer ID for all items, or column containing item-wise layer IDs

Inherited from

ILayerConfigModel.layerId

transform?

optional transform: Partial<SimilarityTransform>

Defined in: models/base.ts:57

Transformation from data/object space to layer space (defaults to identity transform)

Inherited from

ILayerConfigModel.transform

x

x: string

Defined in: models/points.ts:56

Dimension containing point-wise X coordinates

y

y: string

Defined in: models/points.ts:59

Dimension containing point-wise Y coordinates


IPointsModel

Defined in: models/points.ts:9

A 2D point cloud

Extends

Properties

colorMap?

optional colorMap: string | {[key: string]: Color; }

Defined in: models/points.ts:33

Global color map ID or custom color map

dataSource

dataSource: IPointsDataSourceModel

Defined in: models/base.ts:17

Data source

Inherited from

IRenderedDataModel.dataSource

id

id: string

Defined in: models/base.ts:11

ID

Inherited from

IRenderedDataModel.id

layerConfigs

layerConfigs: IPointsLayerConfigModel[]

Defined in: models/base.ts:32

Layer configurations

Inherited from

IRenderedDataModel.layerConfigs

markerMap?

optional markerMap: string | {[key: string]: Marker; }

Defined in: models/points.ts:27

Global marker map ID or custom marker map

name

name: string

Defined in: models/base.ts:14

Name

Inherited from

IRenderedDataModel.name

opacity?

optional opacity: number

Defined in: models/base.ts:29

Opacity, between 0 and 1 (defaults to 1)

Inherited from

IRenderedDataModel.opacity

opacityMap?

optional opacityMap: string | {[key: string]: number; }

Defined in: models/points.ts:45

Global opacity map ID or custom opacity map

pointColor?

optional pointColor: Color | TableValuesColumn | TableGroupsColumn

Defined in: models/points.ts:30

Color for all points, or column containing point-wise colors/group names (defaults to black)

pointMarker?

optional pointMarker: Marker | TableValuesColumn | TableGroupsColumn

Defined in: models/points.ts:24

Shape for all points, or column containing point-wise shapes/group names (defaults to "circle")

pointOpacity?

optional pointOpacity: number | TableValuesColumn | TableGroupsColumn

Defined in: models/points.ts:42

Opacity for all points, between 0.0 and 1.0, or column containing point-wise opacities/group names (defaults to 1.0)

pointSize?

optional pointSize: number | TableValuesColumn | TableGroupsColumn

Defined in: models/points.ts:12

Size for all points, or column containing point-wise sizes/group names (defaults to 1.0)

pointSizeFactor?

optional pointSizeFactor: number

Defined in: models/points.ts:18

Point size factor (defaults to 1.0)

pointSizeUnit?

optional pointSizeUnit: "data" | "layer" | "world"

Defined in: models/points.ts:15

Unit for point sizes (defaults to "data")

pointVisibility?

optional pointVisibility: boolean | TableValuesColumn | TableGroupsColumn

Defined in: models/points.ts:36

Visibility for all points, or column containing point-wise visibilities/group names (defaults to true)

sizeMap?

optional sizeMap: string | {[key: string]: number; }

Defined in: models/points.ts:21

Global size map ID or custom size map

visibility?

optional visibility: boolean

Defined in: models/base.ts:26

Visibility (defaults to true)

Inherited from

IRenderedDataModel.visibility

visibilityMap?

optional visibilityMap: string | {[key: string]: boolean; }

Defined in: models/points.ts:39

Global visibility map ID or custom visibility map