封鎖 >utils >剖析 >checkMessageReferences
utils.parsing.checkMessageReferences() 函式
驗證訊息中的任何 %{MSG_KEY} 參照都是 Msg 字串表格的鍵。
Signature:
export declare function checkMessageReferences(message: string): boolean;
參數
參數 | 類型 | 說明 |
---|---|---|
訊息 | 字串 | 可能包含字串資料表參照的文字。 |
傳回:
布林值
如果所有訊息參照擁有相符的值,則為「true」。否則為 false。