封鎖 >擴充功能 >buildTooltipWithFieldText

Extensions.buildTooltipWithFieldText() 函式

建構可安裝動態工具提示的擴充功能函式。工具提示訊息應包含字串「%1」該字串會以已命名欄位的文字取代。

Signature:

export declare function buildTooltipWithFieldText(msgTemplate: string, fieldName: string): (this: Block) => void;

參數

參數 類型 說明
msgTemplate 字串 訊息文字的範本表單,其中有 %1 預留位置。
fieldName 字串 含有取代文字的欄位。

傳回:

(此方法:封鎖) =>void

擴充功能函式。