Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DelegateInstance

interface DelegateInstance <TProps = Props> extends Instance<TProps> {
destroy(shouldDestroyTargetInstances?: boolean): void;
}

§Type Parameters

§
TProps = Props
[src]

§Extends

§Methods

§
destroy(shouldDestroyTargetInstances?: boolean): void
[src]