# FlowNote
## Properties
**id** | **String** | Unique identifier for the note |
**text** | **String** | Content of the note |
**position** | Option<[**models::FlowNotePosition**](FlowNote_position.md)> | | [optional]
**size** | Option<[**models::FlowNoteSize**](FlowNote_size.md)> | | [optional]
**color** | **String** | Color of the note (e.g., \"yellow\", \"#ffff00\") |
**r#type** | **String** | Type of note - 'free' for standalone notes, 'group' for notes that group other nodes |
**locked** | Option<**bool**> | Whether the note is locked and cannot be edited or moved | [optional][default to false]
**contained_node_ids** | Option<**Vec<String>**> | For group notes, the IDs of nodes contained within this group | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)