diff --git a/types/matter-js/index.d.ts b/types/matter-js/index.d.ts index 4275785191..04ed8bd898 100644 --- a/types/matter-js/index.d.ts +++ b/types/matter-js/index.d.ts @@ -882,6 +882,14 @@ declare namespace Matter { * @default false */ isStatic: boolean; + /** + * A flag that indicates whether a body is a sensor. Sensor triggers collision events, but doesn't react with colliding body physically. + * + * @property isSensor + * @type boolean + * @default false + */ + isSensor: boolean; /** * An arbitrary `String` name to help the user identify and manage bodies. *