Skip to content

Commit 89fd3ba

Browse files
committed
feat: name and names prop types
1 parent 7f8c039 commit 89fd3ba

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

property-types.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,7 @@ Following list shows all property types and parsing schemas.
7171
Parsed as an array of vector2s.
7272
- ***fog***
7373
Space-separated paramaters as color, near and far, corresponding [THREE.Fog](https://threejs.org/docs/#api/en/scenes/Fog)
74+
- ***name***
75+
A string representing the component name. It must not contain any spaces.
7476
- ***names***
75-
A string or an array of string.
76-
- ***shapes***
77-
An array of vector2s or an array of
78-
[THREE.Shape](https://threejs.org/docs/#api/en/extras/core/Shape),
79-
corresponding to
80-
[THREE.ExtrudeBufferGeometry](https://threejs.org/docs/#api/en/geometries/ExtrudeBufferGeometry)
77+
Space separated strings or an array of string.

0 commit comments

Comments
 (0)