Skip to main content
Version: 3.0

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

Whether it's a folder. Distinguishes folders from files.

model_config

model_config: Undefined

name

name: str

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

Page Options