Skip to content

Annotation style

Tzahi Levi edited this page Apr 13, 2021 · 1 revision

The style object of a feature should as the follwing schema:

{
  opacity: number,
  initial: VisualizeStyle,
  hover: Partial<VisualizeStyle>
}

see about VisualizeStyle