Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RepresentationElement

Element wrapping a Representation object

Hierarchy

Index

Constructors

constructor

Properties

parameters

parent

parent: Component

repr

signals

stage

stage: Stage

stage object the component belongs to

uuid

uuid: string

Accessors

defaultParameters

  • get defaultParameters(): object & object

name

  • get name(): string

type

  • get type(): string

visible

  • get visible(): boolean

Methods

_disposeRepresentation

  • _disposeRepresentation(): void

build

  • build(params?: any): this

dispose

  • dispose(): void

getParameters

  • getParameters(): object

getType

  • getType(): string

getVisibility

  • getVisibility(): boolean

setColor

  • setColor(value: string | number | Color): this

setName

  • setName(value: string): this

setParameters

  • setParameters(params: any): this

setRepresentation

setSelection

  • setSelection(string: string): this

setStatus

  • setStatus(value: string): this

setVisibility

  • setVisibility(value: boolean): this

toggleVisibility

  • toggleVisibility(): this

update

  • update(what: any): this

updateVisibility

  • updateVisibility(): void

Generated using TypeDoc