post-me

Home > post-me > EmitOptions

EmitOptions type

The options that can be passed when emitting an event to the other context with LocalHandle.emit()

Signature:

export declare type EmitOptions = {
    transfer?: Transferable[];
};