Type alias RectangleStyleOptions

RectangleStyleOptions: {
    material?: PolygonMaterialOptions;
    show?: boolean;
}

Type declaration