Origin
A container to hold debug information as described in the template API documentation.
Attributes
| Attribute | Type | Description |
|---|---|---|
| name | string | The specific identifier or source name used to track the origin of the debug information. |
| template_name | string | The name of the template associated with this debug information as defined in the template API. |
Constructor
Signature
def Origin(
name: string,
template_name: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name associated with the origin. |
| template_name | string | The name of the template associated with the origin. |
Signature
def Origin(
name: string,
template_name: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The identifier for the origin source, such as a loader name or a specific file path. |
| template_name | string | The name of the template associated with this debug information. |