UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

12 lines (11 loc) 469 B
import { InputBaseProperty } from '../../../property-panel'; import { DesignerComponentInstance } from '../../../designer-canvas'; export declare class QuerySolutionPropertyConfig extends InputBaseProperty { getPropertyConfig(propertyData: any, componentInstance: DesignerComponentInstance): { type: string; categories: {}; }; getBehaviorConfig(propertyData: any): void; private getQuerySolutionConfig; private getEventPropConfig; }