Skip to main content

Documentation Index

Fetch the complete documentation index at: https://uat.rive.app/docs/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