Editing Properties
BeginnerEditing Properties
Every element in Metapad (nodes, relationships, types) can have properties — key-value pairs that store data.
Viewing Properties
- Select any element (click on the canvas or in the Tree View)
- The Properties Panel (right side) shows all details:
- Label: The display name
- Description: A longer text description
- Type-specific properties: Properties defined by the element's type
Editing Values
- Click on a property value field
- Type the new value
- Changes are saved automatically (no save button needed)
- Other collaborators see the change in real-time
Property Types
| Type | Description | Example |
|---|---|---|
| String | Text | "10.0.1.5" |
| Number | Numeric value | 42 |
| Boolean | True/False | true |
| Date | Date value | 2026-03-05 |
Adding Properties to Types
To add a new property to a Node Type or Relationship Type:
- Select the type (not an instance) in the Tree View
- In the Properties Panel, find the Properties section
- Click + Add Property
- Enter the property name and choose a data type
- The new property now appears on all instances of this type
Tips
- Properties defined on a type apply to ALL instances of that type
- Changing a property name on the type updates it everywhere
- Use descriptions on types to explain what each property means