@argdown/core
Preparing search index...
IImagesSettings
Interface IImagesSettings
The settings for the [[MapNodeImagesPlugin]].
interface
IImagesSettings
{
convertToDataUrls
?:
boolean
;
files
?:
{
[
id
:
string
]:
{
dataUrl
?:
string
;
height
?:
number
;
path
:
string
;
width
?:
number
;
}
;
}
;
useData
?:
boolean
;
useTags
?:
boolean
;
}
Index
Properties
convert
To
Data
Urls?
files?
use
Data?
use
Tags?
Properties
Optional
convert
To
Data
Urls
convertToDataUrls
?:
boolean
Optional
files
files
?:
{
[
id
:
string
]:
{
dataUrl
?:
string
;
height
?:
number
;
path
:
string
;
width
?:
number
;
}
;
}
Optional
use
Data
useData
?:
boolean
Optional
use
Tags
useTags
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
convert
To
Data
Urls
files
use
Data
use
Tags
@argdown/core
Loading...
The settings for the [[MapNodeImagesPlugin]].