神岛 API 文档 - ArenaPro版
    Preparing search index...

    Type Alias GUIBindTypeMap<T>

    GUIBindTypeMap: {
        [key in keyof GUIBindDefinition<T>]: GUIBind<key> & GUIBindDefinition<T>[key]
    }

    Type Parameters

    • T

    一个映射类型,用于创建所有可能的绑定类型的联合。对于 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.