Annotation Element Interface

Hierarchy

Properties

begin: number

Annotation start position

color?: string

Annotation displayed color

elementClickCallback?: ((x, e?) => void)

Type declaration

end?: number

Annotation end position

Annotation gaps that should be displayed as a dashed line

isEmpty?: boolean

Annotation inner region should not be highlighted

label?: string

Annotation label. This information might be displayed in the annotation tooltip

nonSpecific?: boolean

Annotation object is not a real annotation but a selected area from the user

openBegin?: boolean

Draw a circle on the start side of blocks

openEnd?: boolean

Draw a circle on the end side of blocks

value?: number

Annotation local value. E.g. interface residue energy

values?: number[]

Annotation local multidimensional value. E.g. Surface normal vector

Generated using TypeDoc