File

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

Index

Properties

Properties

classificationType
classificationType: any
Type : any
Optional
fill
fill: boolean
Type : boolean
Optional
material
material: any
Type : any
Optional
outline
outline: boolean
Type : boolean
Optional
outlineColor
outlineColor: any
Type : any
Optional
outlineWidth
outlineWidth: number
Type : number
Optional
shadows
shadows: any
Type : any
Optional
width
width: number
Type : number
Optional
zIndex
zIndex: any
Type : any
Optional
import { EditorEditOptions } from './editor-edit-options';

export interface HippodromeProps {
  width?: number;
  material?: any;
  outline?: boolean;
  outlineColor?: any;
  outlineWidth?: number;
  fill?: boolean;
  classificationType?: any;
  zIndex?: any;
  shadows?: any;
}

export interface HippodromeEditOptions extends EditorEditOptions {
  hippodromeProps?: HippodromeProps;
}

result-matching ""

    No results matching ""