sp adaptive card extension base.baseadaptivecardextension.oninit - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-adaptive-card-extension-base > BaseAdaptiveCardExtension > onInit
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.
Lifecycle method called during initialization.
Signature:
/** @virtual */
onInit(): Promise<void>;Returns:
Promise<void>
Asynchronous data fetches should be started during this lifecycle. Rendering can either be dependent on the result or, if resolved immediately, a fetching data state can be rendered.