Skip to main content

Interface: MapSharedCanvasSubLayerProps<M>

Component props for MapSharedCanvasSubLayer.

Type parameters

Name
M

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


model

model: MapModel<M>

A map model.

Defined in

src/sdk/components/map/layers/MapSharedCanvasLayer.tsx:165


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125