@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
32 lines (31 loc) • 963 B
TypeScript
import { InputBaseProperty } from '../../../property-panel';
export declare class CheckGroupProperty extends InputBaseProperty {
constructor(componentId: string, designerHostService: any);
getEditorProperties(propertyData: any): {
properties: {
readonly: {
description: string;
title: string;
editor: any;
};
required: {
description: string;
title: string;
type: string;
editor: any;
visible: boolean;
};
placeholder: {
description: string;
title: string;
type: string;
};
};
setPropertyRelates(changeObject: any, parameters: any): void;
description: string;
title: string;
type: string;
$converter: string;
parentPropertyID: string;
};
}