import { PSEditorImpl } from '../pseditor-impl'; import { IPSMapPicker } from './ipsmap-picker'; export class PSMapPickerImpl extends PSEditorImpl implements IPSMapPicker { get cls(): string { return 'PSMapPickerImpl'; } instanceof(cls: string): boolean { if (cls == 'control.editor.IPSMapPicker') return true; return super.instanceof(cls); } }