windmill-api 1.684.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# FlowNote

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)