Lens Scripting API

    Interface event2<T0, T1, R>

    interface event2<T0, T1, R> {
        add(callback: (arg0: T0, arg1: T1) => R): EventRegistration;
        remove(eventRegistration: EventRegistration): void;
    }

    Type Parameters

    • T0
    • T1
    • R
    Index

    Methods

    Methods

    MMNEPVFCICPMFPCPTTAAATR