Interface ListenerActions

interface ListenerActions {
    actions(): ListenerRuleArgs;
    registerListener(listener): void;
}

Implemented by

Methods

Generated using TypeDoc