Trails Packages
    Preparing search index...

    Interface ServiceLifecycleHooks

    Lifecycle hooks supported by the service interface.

    interface ServiceLifecycleHooks {
        destroy?(): void;
        toString(): string;
    }
    Index

    Methods

    • Destroys the component. Should clean up all resources used by the component.

      Returns void