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 string value.

Fields

value

The stored string value.
local dv: DataValueString = DataValue.string()
dv.value = "I heart Rive."