Lens Scripting API

    Interface event5<T0, T1, T2, T3, T4, R>

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

    Type Parameters

    • T0
    • T1
    • T2
    • T3
    • T4
    • R
    Index

    Methods

    Methods

    MMNEPVFCICPMFPCPTTAAATR