Preparing search index...
The search index is not available
@aws/mynah-ui
@aws/mynah-ui
DomBuilderObject
Interface DomBuilderObject
interface
DomBuilderObject
{
attributes
?:
Record
<
string
,
string
|
boolean
>
;
children
?:
(
string
|
DomBuilderObject
|
ExtendedHTMLElement
|
HTMLElement
)
[]
;
classNames
?:
string
[]
;
events
?:
Partial
<
Record
<
GenericEvents
,
DomBuilderEventHandlerWithOptions
|
DomBuilderEventHandler
>
>
;
innerHTML
?:
string
;
persistent
?:
boolean
;
testId
?:
string
;
type
:
string
;
}
Hierarchy
GenericDomBuilderAttributes
DomBuilderObject
Index
Properties
attributes?
children?
class
Names?
events?
innerHTML?
persistent?
test
Id?
type
Properties
Optional
attributes
attributes
?:
Record
<
string
,
string
|
boolean
>
Optional
children
children
?:
(
string
|
DomBuilderObject
|
ExtendedHTMLElement
|
HTMLElement
)
[]
Optional
class
Names
class
Names
?:
string
[]
Optional
events
events
?:
Partial
<
Record
<
GenericEvents
,
DomBuilderEventHandlerWithOptions
|
DomBuilderEventHandler
>
>
Optional
innerHTML
innerHTML
?:
string
Optional
persistent
persistent
?:
boolean
Optional
test
Id
test
Id
?:
string
type
type
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
attributes
children
class
Names
events
innerHTML
persistent
test
Id
type
@aws/mynah-ui
Loading...