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