Searched defs:CustomPopupUIExtensionConfig (Results 1 – 1 of 1) sorted by relevance
66 struct CustomPopupUIExtensionConfig { struct67 bool isShowInSubWindow = true;68 bool isFocusable = true;69 std::int32_t nodeId = -1;70 std::string inspectorId;71 std::optional<bool> isAutoCancel;72 std::optional<bool> isEnableArrow;73 std::optional<PopupSize> targetSize;75 std::optional<PopupLength> targetSpace;76 std::optional<PopupLength> arrowOffset;[all …]