@greenmice/ngx-cesium
Version:
Angular library for working with Cesium.
16 lines (15 loc) • 405 B
TypeScript
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;
}