import * as React from 'react'; import { Page } from 'tonva-tools'; import { VEntity } from '../CVEntity'; import { Sheet } from '../../entities'; import { SheetUI, CSheet } from './cSheet'; export class VSheetSchema extends VEntity { async open(param?:any) { this.openPage(this.view); } protected view = () =>
{this.entity.schemaStringify()}
; }