Lens Scripting API

    Interface event0<R>

    interface event0<R> {
        add(callback: () => R): EventRegistration;
        remove(eventRegistration: EventRegistration): void;
    }

    Type Parameters

    • R
    Index

    Methods

    Methods

    MMNEPVFCICPMFPCPTTAAATR