vue-cesium
Version:
Vue 3.x components for CesiumJS.
15 lines (14 loc) • 363 B
TypeScript
export default class VcTimelineHighlightRange {
_color: any;
_height: any;
_base: any;
_start: any;
_stop: any;
constructor(color: any, heightInPx: any, base: any);
getHeight(): any;
getBase(): any;
getStartTime(): any;
getStopTime(): any;
setRange(start: any, stop: any): void;
render(renderState: any): string;
}