Searched defs:AutoFillCustomConfig (Results 1 – 1 of 1) sorted by relevance
70 struct AutoFillCustomConfig { struct71 bool isShowInSubWindow = true;72 std::string inspectorId;73 std::int32_t nodeId = -1;74 std::optional<bool> isAutoCancel;75 std::optional<bool> isEnableArrow;76 std::optional<PopupSize> targetSize;77 std::optional<PopupOffset> targetOffset;78 std::optional<PopupLength> targetSpace;79 std::optional<PopupLength> arrowOffset;[all …]