Skip to content

Interface: IFilterBarBasePickerControlProxy

A designer-facing interface that provides access to base picker controls in a FilterBar.

Remarks

This interface exposes shared picker behavior for FilterBar picker controls. Use these APIs to inspect selection capabilities and configured picker items.

Hierarchy

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getAllowEmptySelection

getAllowEmptySelection(): boolean

Get whether empty selection is allowed.

Returns: boolean

whether empty selection is allowed


getAllowMultipleSelection

getAllowMultipleSelection(): boolean

Get whether multiple selection is allowed.

Returns: boolean

whether multiple selection is allowed


getItems

getItems(): any

Get configured items.

Returns: any

configured items