Available on crate feature
api-12 only.Functions§
- Obtains a UIContext object on the ArkTS side and maps it to an ArkUI_ContextHandle object on the native side.
- Obtains a DrawableDescriptor object on the ArkTS side and maps it to an ArkUI_DrawableDescriptro object on the native side.
- Obtains a Resource object on the ArkTS side and maps it to an ArkUI_DrawableDescriptro object on the native side.
- Obtain the ID of the NavDestination component where the node is located.
- Obtain the index of the NavDestination component on the Navigation stack where the node is located.
- Obtain the name of the NavDestination component where the node is located.
- Based on the given index value, obtain the page name of the corresponding position in the navigation stack where the node is located. Index values are counted from 0, with 0 being the bottom of the stack.
- Obtain the parameters of the NavDestination component where the node is located.
- Obtain the state of the NavDestination component where the node is located.
- Based on the given index value, obtain the length of the Navigation stack where the node is located.
- Obtain the ID of the Navigation component where the node is located.
- Obtains a NodeContent object on the ArkTS side and maps it to an ArkUI_NodeContentHandle object on the native side.
- Obtains a FrameNode object on the ArkTS side and maps it to an ArkUI_NodeHandle object on the native side.
- Obtain the ID of the page where the node is located.
- Obtain the index of the page where the node resides in the Router page stack.
- Obtain the name of the page where the node is located.
- Obtain the path of the page where the node is located.
- Obtain the state of the page where the node is located.