You are browsing the documentation for v0.x. Visit here for the newest version.
Integer number. It can be a premitive or an object that is castable to string because prop is parsed by parseInt() function.
parseInt()
Examples below set the radial-segments prop to 12.
radial-segments
12
<vgl-cylinder-geometry radial-segments="12" />
<vgl-cylinder-geometry :radial-segments="12" />