Sanity Library Reference Docs
    Preparing search index...

    Object returned by a controller instantiation

    interface OverlayController {
        activate: () => void;
        deactivate: () => void;
        destroy: () => void;
    }
    Index

    Properties

    activate: () => void
    deactivate: () => void
    destroy: () => void