interface PolygonController {
    name: string;
    polygon: Polygon<any>;
    type: ControllerType;
}

Hierarchy

  • BaseController
    • PolygonController

Properties

Properties

name: string
polygon: Polygon<any>

Generated using TypeDoc