Class GscapeEntityColorLegend

Hierarchy

  • IBaseMixin<this> & LitElement<this>
    • GscapeEntityColorLegend

Constructors

Properties

elements: ClassWithColor[] = []
enabled: boolean
isDefaultClosed: boolean = false
isVisible: boolean
onElementSelection: ((classWithColor: ClassWithColor) => void) = ...

Type declaration

title: string = 'Color Legend'
properties: PropertyDeclarations = ...
styles?: CSSResultGroup = ...

Methods

  • Parameters

    • Optional position: {
          x: number;
          y: number;
      }
      • x: number
      • y: number

    Returns void