ブロックする >browserEvents >isTargetInput

browserEvents.isTargetInput() 関数

このイベントがテキスト入力ウィジェットをターゲットにしている場合、true を返しますか?

署名:

export declare function isTargetInput(e: Event): boolean;

パラメータ

パラメータ 説明
e イベント イベント。

戻り値:

ブール値

テキスト入力の場合は true。