@bootdesk/js-web-adapter-react
    Preparing search index...

    Interface LocationCard

    interface LocationCard {
        address?: string;
        lat: number;
        lng: number;
        title?: string;
        type: "location";
        zoom?: number;
    }

    Hierarchy

    • BaseCard
      • LocationCard
    Index

    Properties

    address?: string
    lat: number
    lng: number
    title?: string
    type: "location"
    zoom?: number