cv-dialog-sdk
Version:
Catavolt Dialog Javascript API
11 lines (10 loc) • 371 B
TypeScript
import { View } from './View';
export declare class Map extends View {
readonly cityPropertyName: string;
readonly descriptionPropertyName: string;
readonly latitudePropertyName: string;
readonly longitudePropertyName: string;
readonly postalCodePropertyName: string;
readonly statePropertyName: string;
readonly streetPropertyName: string;
}