Member Junction
    Preparing search index...

    Event emitted by React components

    interface ReactComponentEvent {
        payload: any;
        type: string;
    }
    Index

    Properties

    Properties

    payload: any
    type: string