Skip to main content

fig_editor_move_key

Function fig_editor_move_key 

Source
pub unsafe extern "C" fn fig_editor_move_key(
    editor: *mut FigEditor,
    src_path: *const FigPathSegment,
    src_path_len: usize,
    dest_path: *const FigPathSegment,
    dest_path_len: usize,
) -> FigStatus