File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -673,6 +673,7 @@ var Axes = require('../geometry/Axes');
673673 * @property type
674674 * @type string
675675 * @default "body"
676+ * @readOnly
676677 */
677678
678679 /**
Original file line number Diff line number Diff line change @@ -596,6 +596,7 @@ var Body = require('./Body');
596596 * @property type
597597 * @type string
598598 * @default "composite"
599+ * @readOnly
599600 */
600601
601602 /**
Original file line number Diff line number Diff line change @@ -297,6 +297,7 @@ var Common = require('../core/Common');
297297 * @property type
298298 * @type string
299299 * @default "constraint"
300+ * @readOnly
300301 */
301302
302303 /**
Original file line number Diff line number Diff line change @@ -220,6 +220,7 @@ var Bounds = require('../geometry/Bounds');
220220 * @property type
221221 * @type string
222222 * @default "constraint"
223+ * @readOnly
223224 */
224225
225226 /**
You can’t perform that action at this time.
0 commit comments