Skip to main content

Documentation Index

Fetch the complete documentation index at: https://rive-accessibility.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

DataValue that stores a boolean value.

Fields

value

The stored boolean value.
local dv: DataValueBoolean = DataValue.boolean()
dv.value = false