一个映射类型,用于创建所有可能的绑定类型的联合。对于 GUIBindDefinition 中的每个键,它将通用的 GUIBind 与该键的特定定义相结合。
GUIBindDefinition
GUIBind
A mapped type that creates a union of all possible bind types. For each key in GUIBindDefinition, it combines the generic GUIBind with the specific definition for that key.
Zh
一个映射类型,用于创建所有可能的绑定类型的联合。对于
GUIBindDefinition
中的每个键,它将通用的GUIBind
与该键的特定定义相结合。En
A mapped type that creates a union of all possible bind types. For each key in
GUIBindDefinition
, it combines the genericGUIBind
with the specific definition for that key.