ParkingSpotOptions

ParkingSpot构造函数配置参数

interface ParkingSpotOptions {
    callback?: Function;
    floor?: number;
}

属性

点击回调函数

楼层,默认值:1