exportAs
Public function
Export the given shapes as files.
Signature
function exportAs(
  editor: Editor,
  ids: TLShapeId[],
  format: TLExportType | undefined,
  name: string | undefined,
  opts?: Partial<TLSvgOptions>
): Promise<void>
Parameters
| Name | Description | 
|---|---|
  | The editor instance.  | 
  | The ids of the shapes to export.  | 
  | The format to export as.  | 
  | Name of the exported file. If undefined a predefined name, based on the selection, will be used.  | 
  | Options for the export.  | 
Returns
Promise<void>
References
Editor, TLShapeId, TLExportType, TLSvgOptions
Source

