A Lit directive, which destroys the element once its disconnected from the DOM. @example:
html`<input ${umbDestroyOnDisconnect()}>`; Copy
html`<input ${umbDestroyOnDisconnect()}>`;
Description
A Lit directive, which destroys the element once its disconnected from the DOM. @example: