TypedDict: ScriptExportOptions
Metadata attached to an explicitly registered Script Export.
class ScriptExportOptions(TypedDict)
Related API: ScriptExportDeprecation
Properties
name
name: NotRequired[Optional[str]]
Public name. Required when the callable has no declared name.
description
description: NotRequired[Optional[str]]
Bounded author-facing description retained with the export metadata.
deprecated
deprecated: NotRequired[Optional[ScriptExportDeprecation]]
Marks the export deprecated, optionally with a replacement message.
Related API: ScriptExportDeprecation