/** 表單節點的資訊 */ export interface UofxModelFooterButtonModel { /** 按鈕代碼 */ code?: string; /** 按鈕的字詞 */ text: string; /** 按鈕樣式 */ cssClass?: string; /** 按鈕顏色 */ color?: string; }