OH_ArkUI_NodeUtils_RemoveCustomProperty

Function OH_ArkUI_NodeUtils_RemoveCustomProperty 

Source
pub unsafe extern "C" fn OH_ArkUI_NodeUtils_RemoveCustomProperty(
    node: ArkUI_NodeHandle,
    name: *const c_char,
)
Available on crate features api-12 and api-13 only.
Expand description

Remove the custom property of the component.

ยงArguments

  • node - ArkUI_NodeHandle pointer.

  • name - The name of the custom property.

Available since API-level: 13