UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

7 lines (6 loc) 323 B
import { Dialog } from './Dialog'; import { LargeProperty } from './LargeProperty'; import { ReadLargePropertyParameters } from './ReadLargePropertyParameters'; export declare class ErrorDialog extends Dialog { protected getProperty(params: ReadLargePropertyParameters, propertyName: string): Promise<LargeProperty>; }