UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

9 lines (6 loc) 181 B
import {EditorDialog} from "./EditorDialog"; export class FormDialog extends EditorDialog { get isRefreshNeeded(): boolean { return this.anyChildNeedsRefresh; } }