@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
12 lines (11 loc) • 476 B
TypeScript
import { InputBaseProperty } from "../../../property-panel/src/composition/entity/input-base-property";
import { DesignerComponentInstance } from '../../../designer-canvas';
export declare class NavPropertyConfig extends InputBaseProperty {
getPropertyConfig(propertyData: any, componentInstance: DesignerComponentInstance): {
type: string;
categories: {};
};
private getEventPropConfig;
private getNavData;
private getNavBehaviorConfig;
}