Function yrs::ymap_event_keys

source ·
#[no_mangle]
pub unsafe extern "C" fn ymap_event_keys(
    e: *const YMapEvent,
    len: *mut u32
) -> *mut YEventKeyChange
Expand description

Returns a sequence of changes produced by map component of shared collections (such as YMap and YXmlText/YXmlElement attribute changes). len output parameter is used to provide information about number of changes produced.

Delta returned from this function should eventually be released using yevent_keys_destroy function.