Text asset
Text Asset Module
Defines the TextAsset class for handling textual data within assets.
TextAsset #
Bases: BaseAsset
TextAsset Class
Represents a textual asset.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
text |
str
|
The text content of the asset. |
required |
Parameters:
Name | Type | Description | Default |
---|---|---|---|
text |
str
|
The textual content of the asset. |
required |