Skip to main content

Origin

A container to hold debug information as described in the template API documentation.

Attributes

AttributeTypeDescription
namestringThe specific identifier or source name used to track the origin of the debug information.
template_namestringThe 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

NameTypeDescription
namestringThe name associated with the origin.
template_namestringThe name of the template associated with the origin.

Signature

def Origin(
name: string,
template_name: string
) - > null

Parameters

NameTypeDescription
namestringThe identifier for the origin source, such as a loader name or a specific file path.
template_namestringThe name of the template associated with this debug information.