IPropertyPaneDebounceProperty interface

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Definition of a Property Pane property, which should have the onPropertyPaneFieldChanged event be debounced.

Properties

debouncePeriod

Number of milliseconds to delay the next onPropertyPaneFieldChanged event since the last time the event fired for this property.

propertyName

Property to debounce.

Property Details

debouncePeriod

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Number of milliseconds to delay the next onPropertyPaneFieldChanged event since the last time the event fired for this property.

debouncePeriod?: number;

Property Value

number

Remarks

The default value is 500.

propertyName

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Property to debounce.

propertyName: string;

Property Value

string