Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp component base.dynamicproperty.removedefaultcallback

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-component-base > DynamicProperty > removeDefaultCallback

DynamicProperty.removeDefaultCallback() method

Removes the registration for the default callback.

Signature:

removeDefaultCallback(): void;

Returns:

void

Remarks

This can be useful for advanced users who only want their custom callbacks.

Clone this wiki locally