it
    Preparing search index...

    Interface CallbackFunction

    interface CallbackFunction {
        context: any;
        fn(...args: any[]): any;
    }
    Index

    Properties

    Methods

    Properties

    context: any

    Methods