Options
All
  • Public
  • Public/Protected
  • All
Menu

Class representing a tag

Hierarchy

  • TagDto

Index

Constructors

constructor

  • new TagDto(text?: string, position?: Point3, colour?: string, size?: number, adaptDepth?: boolean, needsUpdate?: boolean, id?: string): TagDto
  • Parameters

    • Optional text: string
    • Optional position: Point3
    • Optional colour: string
    • Optional size: number
    • Optional adaptDepth: boolean
    • Optional needsUpdate: boolean
    • Optional id: string

    Returns TagDto

Properties

adaptDepth

adaptDepth: boolean

Make tags that are further away smaller

colour

colour: string

Colour of the tag

Optional id

id: string

Unique id of the tag

Optional needsUpdate

needsUpdate: boolean

Indicates if tag needs updating

position

position: Point3

Position of the tag

size

size: number

Text size

text

text: string

Text of the tag

Generated using TypeDoc