eligius
    Preparing search index...

    Interface RequestEngineRootEvent

    Event: request-engine-root

    Callback that receives the engine root element

    interface RequestEngineRootEvent {
        args: [callback: (root: any) => void];
        name: "request-engine-root";
    }
    Index

    Properties

    Properties

    args: [callback: (root: any) => void]
    name: "request-engine-root"