Class IIDecorator

Constructors

Methods

Properties

Constructors

  • Parameters

    • kind: DecoratorKind
    • style: {
          color?: string;
          fill?: string;
          opacity?: number;
          width?: number;
          [key: string]: undefined | string | number;
      }

    Returns IIDecorator

Methods

Properties

id: string
style: TStyle