Home > @activeviam/activeui-sdk > ContainerProps > onApiChange
ContainerProps.onApiChange property
Called everytime the API corresponding to the underlying container changes. It will be called after the container is done loading the first time and every time the underlying container is reloaded.
Signature:
onApiChange?: (api: WidgetApi) => void;