Searched defs:ScrollCommand (Results 1 – 1 of 1) sorted by relevance
68 struct ScrollCommand { struct69 TargetType type { TargetType::UNKNOWN };70 int32_t nodeId { 0 };71 float scrollOffset { 0.0 };72 ScrollAlign scrollAlign { ScrollAlign::NONE };73 std::string webContentJs;