place
The place that the place detail displays.
Declaration
get place(): Place | null;
set place(value: Place | null);Discussion
if this property is null, the place detail renders in a collapsed state and doesn’t show any information.
The place that the place detail displays.
get place(): Place | null;
set place(value: Place | null);if this property is null, the place detail renders in a collapsed state and doesn’t show any information.