メインコンテンツまでスキップ
バージョン:25.2

strictProperties

  • global property
 The strictProperties

global property lets you require stricter usage of properties at runtime. When the strictProperties is set to true, accessing an undefined property of an object (one that has never had a value set) will throw an exception rather than returning empty. This property is initially set to false. Setting it to true can aid debugging by helping to find property names that were inadvertently misspelled, for example.

  • Related: strictVariables, strictFiles