Type alias VectorStyleItemText

VectorStyleItemText: {
    fill?: FillOptions | Fill;
    font?: string | FontObject;
    offsetX?: number;
    offsetY?: number;
    stroke?: StrokeOptions | Stroke;
    text?: string | string[];
    textBaseline?: string;
}

Type declaration

  • Optional fill?: FillOptions | Fill
  • Optional font?: string | FontObject
  • Optional offsetX?: number
  • Optional offsetY?: number
  • Optional stroke?: StrokeOptions | Stroke
  • Optional text?: string | string[]
  • Optional textBaseline?: string

Generated using TypeDoc