UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

36 lines (35 loc) 1.06 kB
import { PropertyChangeObject } from '../../../property-panel'; export declare function useSelection(): { getSelection: (propertyData: any) => { title: string; $converter: string; parentPropertyID: string; properties: { multiSelect: { title: string; type: string; refreshPanelAfterChanged: boolean; }; showCheckbox: { visible: boolean; title: string; type: string; refreshPanelAfterChanged: boolean; }; showSelectAll: { visible: boolean; title: string; type: string; }; keepSelectingOnPaging: { title: string; type: string; }; showSelection: { title: string; type: string; }; }; setPropertyRelates(changeObject: PropertyChangeObject, data: any): void; }; };