Type Alias Layer

Layer: {
    layer_options?: LayerOptions;
    position?: LayerPosition;
    type?: string;
    url?: string;
}

Information about the Layer

Type declaration

  • Optionallayer_options?: LayerOptions
  • Optionalposition?: LayerPosition
  • Optionaltype?: string

    Type of layer (e.g. file, text)

  • Optionalurl?: string

    File image URL if layer type is file