Type Alias LocationMapContainerRef
LocationMapContainerRef: { captionRef: HTMLDivElement | null; containerRef: HTMLDivElement | null; getElements: () => HTMLElement[]; getSelectedFeature: () => SelectedFeature; off: LocationMapEventStoreState["off"]; on: LocationMapEventStoreState["onWithUnsub"]; selectFeature: (feature: SelectedFeature) => void; subtitleRef: HTMLDivElement | null; titleRef: HTMLDivElement | null;} & LocationMapRef Type declaration
captionRef: HTMLDivElement | null
containerRef: HTMLDivElement | null
getElements: () => HTMLElement[]
off: LocationMapEventStoreState["off"]
on: LocationMapEventStoreState["onWithUnsub"]
selectFeature: (feature: SelectedFeature) => void
subtitleRef: HTMLDivElement | null
titleRef: HTMLDivElement | null
Reference to the caption container