Skip to main content

SourceCodeFolder

Represents a folder in the Actor's source code structure. Distinguished from SourceCodeFile by the presence of the folder property set to true.

Index

Properties

folder

folder: bool

Always true for folders. Used to distinguish folders from files.

model_config

model_config: Undefined

name

name: str

The folder path relative to the Actor's root directory.

Page Options