Link Search Menu Expand Document

You are browsing the documentation for v0.x.
Visit here for the newest version.

int

Integer number. It can be a premitive or an object that is castable to string because prop is parsed by parseInt() function.

Examples below set the radial-segments prop to 12.

<vgl-cylinder-geometry radial-segments="12" />
<vgl-cylinder-geometry :radial-segments="12" />

List of prop types