@swizzyweb/swizzy-web-service
    Preparing search index...

    Interface IBaseUseUnuseProps<INSTANCE>

    Base props shared by use/unuse (mount/unmount) operations.

    interface IBaseUseUnuseProps<INSTANCE> {
        instance: INSTANCE;
    }

    Type Parameters

    • INSTANCE

      the router or controller instance being managed

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    instance: INSTANCE

    The instance to mount or unmount.