path property
A custom path for the use-case.
Folders are delimited using slashes, path segments may be made into a category by enclosing it in square brackets.
For example: [Interactions]/buttons
will produce: Interactions (category) -> buttons (folder)
Implementation
final String? path;