Type Alias Layer

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

Information about the Layer

Type declaration

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

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

  • url: string

    File image URL if layer type is file