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

sp component base.dynamicproperty.register

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

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

DynamicProperty.register() method

Registers a callback function for updates on the associated DynamicDataSource.

Signature:

register(callback: () => void): void;

Parameters

Parameter Type Description
callback () => void Callback function to register.

Returns:

void

Clone this wiki locally