Home
last modified time | relevance | path

Searched defs:XComponentParams (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.h28 struct XComponentParams { struct
29 int32_t elmtId = -1;
30 int32_t xcomponentType = 0;
31 int32_t renderType = 0;
32 int32_t width = 0;
33 int32_t height = 0;
34 std::string xcomponentId;
35 std::string surfaceId;
36 std::string libraryName;
37 JSXComponentController* controller = nullptr;