封鎖 >FieldImage >(建構函式)

FieldImage.(constructor)

建構 FieldImage 類別的新例項

Signature:

constructor(src: string | typeof Field.SKIP_SETUP, width: string | number, height: string | number, alt?: string, onClick?: (p1: FieldImage) => void, flipRtl?: boolean, config?: FieldImageConfig);

參數

參數 類型 說明
src 字串 |Field.SKIP_SETUP 類型 圖片的網址。如果要略過設定程序,也接受 Field.SKIP_SETUP (僅適用於需要處理設定及在其建構函式執行後設定欄位值的子類別)。
寬度 字串 |號碼 圖片的寬度。
高度 字串 |號碼 圖片的高度。
alt 字串 (選填) 區塊收合時會顯示的替代文字。
onClick (p1:FieldImage) =>void (選用) 使用者點擊圖片時要呼叫的選用函式。如果已定義 onClick,就必須一併定義 alt。
flipRtl 布林值 (選用) 是否以 RTL 方向切換圖示。
config FieldImageConfig (選用) 用來設定欄位的選項對應。如需這個參數支援的屬性清單,請參閱 [欄位建立說明文件]https://developers.google.com/blockly/guides/create-custom-blocks/fields/built-in-fields/image#creation