Searched defs:XComponentParams (Results 1 – 1 of 1) sorted by relevance
28 struct XComponentParams { struct29 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;