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

    Interface GUIBindDefinition<T>

    interface GUIBindDefinition<T> {
        clipboardWrite: { attributeName: string; targetSelector: string };
        drag: {
            attributes: { [name: string]: "x" | "-x" | "y" | "-y" };
            targetSelector: string;
        };
        remove: { targetSelector: string };
        sendMessage: { messageData?: string[]; messageName: string };
        show: { allowMultiple?: boolean; name: T };
    }

    Type Parameters

    • T
    Index

    Properties

    clipboardWrite: { attributeName: string; targetSelector: string }
    drag: {
        attributes: { [name: string]: "x" | "-x" | "y" | "-y" };
        targetSelector: string;
    }
    remove: { targetSelector: string }
    sendMessage: { messageData?: string[]; messageName: string }
    show: { allowMultiple?: boolean; name: T }