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

    Interface GUIBind<T>

    interface GUIBind<T extends string> {
        action: T;
        event: string;
        selector?: string;
    }

    Type Parameters

    • T extends string
    Index

    Properties

    action: T
    event: string
    selector?: string