CopyAsOptions

See source code
Table of contents

Extends Omit<TLImageExportOptions, 'format'>.

interface CopyAsOptions extends Omit<TLImageExportOptions, "format"> {}

Properties

format

The format to copy as.

format: TLCopyType;

Prev
CenteredTopPanelContainerProps
Next
CropBoxOptions