Type Alias TMVFPolygonStyle

TMVFPolygonStyle: TMVFStyle & {
    polygons: (ObstructionId | SpaceId)[];
    showImage?: boolean;
}

Type declaration

  • polygons: (ObstructionId | SpaceId)[]

    The polygons which this style applies to.

  • OptionalshowImage?: boolean

    Whether or not the first image attached to the space or obstruction should be displayed on the polygon.