Lens Scripting API

    Interface event3<T0, T1, T2, R>

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

    Type Parameters

    • T0
    • T1
    • T2
    • R
    Index

    Methods

    Methods

    MMNEPVFCICPMFPCPTTAAATR