Type Alias: ScriptExportOptions
ScriptExportOptions =
object
Metadata attached to an explicitly registered Script Export.
Properties
deprecated?
optionaldeprecated?:ScriptExportDeprecation|null
Marks the export deprecated, optionally with a replacement message.
description?
optionaldescription?:string|null
Bounded author-facing description retained with the export metadata.
name?
optionalname?:string|null
Public name. Required when the callable has no declared name.