Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
This method is invoked when the component is to be removed from the DOM tree. Use it for the cleanup and to release any memory that the component is using.
Model-driven apps, canvas apps, & portals.
destroy()
public destroy(): void
{
this.button.removeEventListener("click", this.onButtonClick);
}
Control
Power Apps component framework API reference
Power Apps component framework overview