palm-sync
    Preparing search index...

    Interface DataEventObject

    POJO form of DataEvent.

    interface DataEventObject {
        data: string;
        type: DataEventType;
    }
    Index

    Properties

    Properties

    data: string