Type alias TLabelAllLocationFloatingLabelOptions

TLabelAllLocationFloatingLabelOptions: TLabelAllLocationCommonOptionsBase & {
    appearance?: TFloatingLabelAppearance;
    flatLabels?: false;
    interactive?: boolean;
}

Type declaration

  • Optional appearance?: TFloatingLabelAppearance

    Customize the appearance of the Floating Labels and their pins

  • Optional flatLabels?: false

    Use Flat Labels

    Default

    false
    
  • Optional interactive?: boolean

    Make label interactive

Deprecated