@witchcraft/editor
Github
Issues
npm
Preparing search index...
pm/features/File/types
ParsedFileAttrs
Type Alias ParsedFileAttrs
Attributes parsed from HTML when importing file/image nodes.
type
ParsedFileAttrs
=
{
height
?:
number
;
id
?:
string
;
ignoreAspectOnResize
?:
boolean
;
src
?:
string
;
width
?:
number
;
}
Index
Properties
height?
id?
ignore
Aspect
On
Resize?
src?
width?
Properties
Optional
height
height
?:
number
Optional
id
id
?:
string
Optional
ignore
Aspect
On
Resize
ignoreAspectOnResize
?:
boolean
Optional
src
src
?:
string
Optional
width
width
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
height
id
ignore
Aspect
On
Resize
src
width
Github
Issues
npm
@witchcraft/editor
Loading...
Attributes parsed from HTML when importing file/image nodes.