ClassesOn this pageSourceCodeFolder Represents a folder in the Actor's source code structure. Distinguished from SourceCodeFile by the presence of the folder property set to true.Index Propertiesfoldermodel_confignameProperties folderfolder: boolAlways true for folders. Used to distinguish folders from files.model_configmodel_config: Undefinednamename: strThe folder path relative to the Actor's root directory.
Represents a folder in the Actor's source code structure. Distinguished from SourceCodeFile by the presence of the
folderproperty set totrue.