Interface IPointConfig

点位配置

interface IPointConfig {
    id: string;
    name: string;
    point: IOrientedObject;
}

Properties

Properties

id: string
name: string

Generated using TypeDoc