File

projects/angular-cesium/src/lib/angular-cesium-widgets/models/rectangle-edit-options.ts

Extends

PolygonEditOptions

Index

Properties

Properties

rectangleProps
rectangleProps: RectangleProps
Type : RectangleProps
Optional
import { PolygonEditOptions } from './polygon-edit-options';

export interface RectangleProps {
  material?: any;
  fill?: boolean;
  classificationType?: any;
  zIndex?: any;
  outline?: boolean;
  outlineColor?: any;
  outlineWidth?: number;
  height?: number;
  extrudedHeight?: number;
}

export interface RectangleEditOptions extends PolygonEditOptions {
  rectangleProps?: RectangleProps;
}

result-matching ""

    No results matching ""