Interface HonuaPluginLifecycleExperimental

interface HonuaPluginLifecycle {
    disposal: "none" | "required";
    initialization: "explicit";
}

Properties

disposal: "none" | "required"

Whether the host must call the plugin's future disposal hook.

initialization

Initialization is always initiated by the owning application.