神岛 API 文档 - ArenaPro版
    Preparing search index...
    interface GUIData {
        attributes?: { [name: string]: string | number };
        children?: GUIData[];
        name: string;
    }
    Index

    Properties

    attributes?: { [name: string]: string | number }
    children?: GUIData[]
    name: string