@gmb/bitmark-parser - v7.2.0
Preparing search index...
ImageResponsiveResource
Type Alias ImageResponsiveResource
type
ImageResponsiveResource
=
{
imageLandscape
?:
{
alt
?:
string
;
caption
?:
BitmarkPlus
;
copyright
?:
string
;
height
?:
number
;
license
?:
string
;
search
?:
string
;
selected
?:
boolean
;
showInIndex
?:
boolean
;
src
?:
string
;
src1x
?:
string
;
src2x
?:
string
;
src3x
?:
string
;
src4x
?:
string
;
srcAlt
?:
string
[]
;
width
?:
number
;
zoomDisabled
?:
boolean
;
[
key
:
string
]:
unknown
;
}
;
imagePortrait
?:
{
src
?:
string
;
[
key
:
string
]:
unknown
}
;
type
:
"image-responsive"
;
}
Index
Properties
image
Landscape?
image
Portrait?
type
Properties
Optional
image
Landscape
imageLandscape
?:
{
alt
?:
string
;
caption
?:
BitmarkPlus
;
copyright
?:
string
;
height
?:
number
;
license
?:
string
;
search
?:
string
;
selected
?:
boolean
;
showInIndex
?:
boolean
;
src
?:
string
;
src1x
?:
string
;
src2x
?:
string
;
src3x
?:
string
;
src4x
?:
string
;
srcAlt
?:
string
[]
;
width
?:
number
;
zoomDisabled
?:
boolean
;
[
key
:
string
]:
unknown
;
}
Optional
image
Portrait
imagePortrait
?:
{
src
?:
string
;
[
key
:
string
]:
unknown
}
type
type
:
"image-responsive"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
image
Landscape
image
Portrait
type
@gmb/bitmark-parser - v7.2.0
Loading...