Type Alias ConfigureableMiniMapOptions

ConfigureableMiniMapOptions: {
    position: MiniMapAnchor;
    size: number;
    type: "globe" | "region";
}

Type declaration

  • position: MiniMapAnchor
  • size: number
  • type: "globe" | "region"