Interface CallbackFunction

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

Properties

Methods

Properties

context: any

Methods