Difference between revisions of "Component: Property Manager (Storage )"
From Flowcode Help
Jump to navigationJump to searchLine 14: | Line 14: | ||
==Property Manager component== | ==Property Manager component== | ||
Allows property values exposed to the user to be saved and loaded using an external file. Simplifies the process of storing and retreiving the property values. Also works with nested properties using the "::" syntax. | Allows property values exposed to the user to be saved and loaded using an external file. Simplifies the process of storing and retreiving the property values. Also works with nested properties using the "::" syntax. | ||
+ | |||
+ | ==Component Pack== | ||
+ | |||
+ | FREE | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 26: | Line 32: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Revision as of 16:22, 7 January 2022
Author | Matrix TSL |
Version | 1.0 |
Category | Storage |
Contents
Property Manager component
Allows property values exposed to the user to be saved and loaded using an external file. Simplifies the process of storing and retreiving the property values. Also works with nested properties using the "::" syntax.
Component Pack
FREE
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
Save |
Saves the registered property values to the config file. | |
![]() |
Return |
![]() |
Load |
Loads the registered property values from the config file. | |
![]() |
Return |