Skip to main content

Variable: layerDefaults

const layerDefaults: object

Defined in: model/layer.ts:8

Default values for RawLayer

Type Declaration

opacity

readonly opacity: 1 = 1

pointSizeFactor

readonly pointSizeFactor: 1 = 1

transform

readonly transform: object = identityTransform

transform.rotation

readonly rotation: 0 = 0

transform.scale

readonly scale: 1 = 1

transform.translation

readonly translation: object

transform.translation.x

readonly x: 0 = 0

transform.translation.y

readonly y: 0 = 0

visibility

readonly visibility: true = true