Link Search Menu Expand Document

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

boolean

true or false. When prop value is static, presence of the prop name sets the prop value to true. Default value is always false. When you bind the prop to javascript expression, prop value should be a boolean not a truthy or falsy values.

Examples below set the antialias prop to true.

<vgl-renderer antialias />
<vgl-renderer :antialias="true" />

List of prop types