harmony 鸿蒙ArkUI_AttributeItem

  • 2025-06-12
  • 浏览 (5)

ArkUI_AttributeItem

Overview

Defines the general input parameter structure of the setAttribute function.

Since: 12

Related module: ArkUI_NativeModule

Summary

Member Variables

Name Description
const ArkUI_NumberValue * value Numeric array.
int32_t size Size of the numeric array.
const char * string String type.
void * object Object type.

Member Variable Description

object

void* ArkUI_AttributeItem::object

Description

Object type.

size

int32_t ArkUI_AttributeItem::size

Description

Size of the numeric array.

string

const char* ArkUI_AttributeItem::string

Description

String type.

value

const ArkUI_NumberValue* ArkUI_AttributeItem::value

Description

Numeric array.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙ArkUI

harmony 鸿蒙ARKUI_TextPickerCascadeRangeContent

harmony 鸿蒙ARKUI_TextPickerRangeContent

harmony 鸿蒙ArkUI_AnimateCompleteCallback

harmony 鸿蒙ArkUI_ColorStop

harmony 鸿蒙ArkUI_ContextCallback

harmony 鸿蒙ArkUI_EventModule

harmony 鸿蒙ArkUI_ExpectedFrameRateRange

harmony 鸿蒙ArkUI_IntOffset

harmony 鸿蒙ArkUI_IntSize

0  赞