Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 5
Data components are the types and structures that define how information is stored, validated and used in code. They give shape to raw data so it can be processed logically and `consistently`.

## Data component types

Within a Rune DSL data component there may be up to four types of data. Think of these as the building blocks for your data structures:

1. [Built-in type](#1-built-in-type): The most fundamental types, like numbers and text.
Expand Down