blockly >实用程序 >解析 >checkMessageReferences

utils.parsing.checkMessageReferences() 函数

验证消息中的任何 %{MSG_KEY} 引用是否引用了消息字符串表的键。

Signature:

export declare function checkMessageReferences(message: string): boolean;

参数

参数 类型 说明
消息 字符串 可能包含字符串表引用的文本。

返回

布尔值

如果所有消息引用的值都匹配,则返回 true。否则,则为 False。