OH_ArkUI_GetNavDestinationParam

Function OH_ArkUI_GetNavDestinationParam 

Source
pub unsafe extern "C" fn OH_ArkUI_GetNavDestinationParam(
    node: ArkUI_NodeHandle,
) -> napi_value
Available on crate feature api-12 only.
Expand description

Obtain the parameters of the NavDestination component where the node is located.

§Arguments

  • node - The node.

§Returns

  • The parameters. If a null pointer is returned, it may be because the node is empty or the parameters does not exist.

Available since API-level: 12