Skip to main content

Type Alias: ScriptExportOptions

ScriptExportOptions = object

Metadata attached to an explicitly registered Script Export.

Properties

deprecated?

optional deprecated?: ScriptExportDeprecation | null

Marks the export deprecated, optionally with a replacement message.


description?

optional description?: string | null

Bounded author-facing description retained with the export metadata.


name?

optional name?: string | null

Public name. Required when the callable has no declared name.