Search
Search
CodeFileExport
CodeFileExport
Union type representing exports from a code file.
A discriminated union type representing exports from a code file. The type
property determines the shape:
If
type
is"component"
, this export represents a Framer component and includes an `insertURL` for insertion.If
type
is"override"
, this export represents a property override.
Methods & Properties
Beta
URL for inserting the component
Beta
URL for inserting the component
Beta
Whether this is a default export
Beta
Whether this is a default export
Beta
Export name
Beta
Export name
Beta
Discriminator
Beta
Discriminator