Skip to main content

fig_editor_move_container

Function fig_editor_move_container 

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

A NULL dest_path means “to the end of the document” — distinct from a zero-length path, which every other entry point reads as the root.