--- title: TouchList.length slug: Web/API/TouchList/length tags: - DOM - Gecko DOM Reference - Mobile - touch translation_of: Web/API/TouchList/length ---
この読取専用プロパティは {{domxref("TouchList")}} 内の項目数を表します。
numTouches = touchList.length;
numTouches
: {{domxref("TouchList")}} 内の {{domxref("Touch")}} オブジェクトの個数を表す整数値