connectToPlaceholder
Home > @gooddata/sdk-ui-filters > IAttributeFilterCoreProps > connectToPlaceholder
IAttributeFilterCoreProps.connectToPlaceholder property
Specify IPlaceholder to use to get and set the value of the attribute filter.
Signature:
connectToPlaceholder?: IPlaceholder<IAttributeFilter>;
Remarks
Note: It's not possible to combine this property with "filter" property. Either - provide a value, or a placeholder. There is no need to specify 'onApply' callback if 'connectToPlaceholder' property is used as the value of the filter is set via this placeholder.