palm-sync
    Preparing search index...

    Interface RecordAction

    Sync action to be performed on a record.

    interface RecordAction {
        record: RawPdbRecord;
        type: RecordActionType;
    }
    Index

    Properties

    Properties

    record: RawPdbRecord

    Record to perform the action on.

    Type of sync action to perform.