(context: BaseEventContext)
| 905 | } |
| 906 | |
| 907 | isCRUDContext(context: BaseEventContext) { |
| 908 | return context.schema.type === 'crud2' || context.schema.type === 'crud'; |
| 909 | } |
| 910 | |
| 911 | panelBodyCreator = (context: BaseEventContext) => { |
| 912 | const isCRUDContext = this.isCRUDContext(context); |