@bootdesk/js-web-adapter-core
Preparing search index...
PHPCard
Interface PHPCard
interface
PHPCard
{
actions
?:
CardAction
[]
;
elements
?:
CardElement
[]
;
fallbackText
:
string
;
header
?:
string
;
image
?:
{
alt
:
string
;
url
:
string
}
;
sections
?:
CardSection
[]
;
type
:
"card"
;
}
Hierarchy (
View Summary
)
BaseCard
PHPCard
Index
Properties
actions?
elements?
fallback
Text
header?
image?
sections?
type
Properties
Optional
actions
actions
?:
CardAction
[]
Optional
elements
elements
?:
CardElement
[]
fallback
Text
fallbackText
:
string
Optional
header
header
?:
string
Optional
image
image
?:
{
alt
:
string
;
url
:
string
}
Optional
sections
sections
?:
CardSection
[]
type
type
:
"card"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
elements
fallback
Text
header
image
sections
type
@bootdesk/js-web-adapter-core
Loading...