UiPlace: PlaceAttributes & {
    placeId?: string;
    smartId?: string;
}

Place as per represented in the user interface.

Type declaration

  • Optional placeId?: string

    Identifier computed locally

  • Optional smartId?: string

    Server-defined identifier

Generated using TypeDoc