GlobalAttributes
extends ElementAttributes
in package
implements
NodeAttributes
Content attributes from the DOM Element interface.
Tags
Table of Contents
Interfaces
- NodeAttributes
- Marker interface for typed element attributes.
Properties
- $accessKey : string|null
- $aria : AriaAttributes|null
- $autocapitalize : string|null
- $autocorrect : bool|null
- $autofocus : bool|null
- $className : string|null
- $contentEditable : string|null
- $dataset : DataAttributes|null
- $dir : string|null
- $draggable : bool|null
- $enterKeyHint : string|null
- $exportParts : string|null
- $headingOffset : int<0, 8>|null
- $headingReset : bool|null
- $hidden : string|null
- $id : string|null
- $inert : bool|null
- $inputMode : string|null
- $is : string|null
- $itemId : string|null
- $itemProp : string|null
- $itemRef : string|null
- $itemScope : bool|null
- $itemType : string|null
- $lang : string|null
- $nonce : string|null
- $on : EventAttributes|null
- $part : string|null
- $popover : string|null
- $slot : string|null
- $spellcheck : bool|null
- $style : string|null
- $tabIndex : int|null
- $title : string|null
- $translate : bool|null
- $writingSuggestions : string|null
Properties
$accessKey
public
string|null
$accessKey
= null
Value for the accessKey attribute
Tags
$aria
public
AriaAttributes|null
$aria
= null
WAI-ARIA states and properties
Attributes
$autocapitalize
public
string|null
$autocapitalize
= null
Value for the autocapitalize attribute
Tags
$autocorrect
public
bool|null
$autocorrect
= null
Value for the autocorrect attribute
Tags
$autofocus
public
bool|null
$autofocus
= null
Value for the autofocus attribute
Tags
$className
public
string|null
$className
= null
Value for the class attribute
Attributes
- #[HtmlName]
- 'class'
$contentEditable
public
string|null
$contentEditable
= null
Value for the contenteditable attribute
Tags
$dataset
public
DataAttributes|null
$dataset
= null
Arbitrary data-* attributes (mirrors HTMLElement.dataset)
Attributes
$dir
public
string|null
$dir
= null
Value for the dir attribute
Tags
$draggable
public
bool|null
$draggable
= null
Value for the draggable attribute
Tags
$enterKeyHint
public
string|null
$enterKeyHint
= null
Value for the enterkeyhint attribute
Tags
$exportParts
public
string|null
$exportParts
= null
Value for the exportparts attribute (CSS shadow part export mapping)
$headingOffset
public
int<0, 8>|null
$headingOffset
= null
Value for the headingOffset attribute
Tags
$headingReset
public
bool|null
$headingReset
= null
Value for the headingReset attribute
Tags
$hidden
public
string|null
$hidden
= null
Value for the hidden attribute
Tags
$id
public
string|null
$id
= null
Value for the id attribute
$inert
public
bool|null
$inert
= null
Value for the inert attribute
Tags
$inputMode
public
string|null
$inputMode
= null
Value for the inputmode attribute
Tags
$is
public
string|null
$is
= null
Value for the is attribute (custom element name)
$itemId
public
string|null
$itemId
= null
Value for the itemid attribute (microdata)
$itemProp
public
string|null
$itemProp
= null
Value for the itemprop attribute (microdata)
$itemRef
public
string|null
$itemRef
= null
Value for the itemref attribute (microdata)
$itemScope
public
bool|null
$itemScope
= null
Value for the itemscope attribute (microdata)
$itemType
public
string|null
$itemType
= null
Value for the itemtype attribute (microdata)
$lang
public
string|null
$lang
= null
Value for the lang attribute
Tags
$nonce
public
string|null
$nonce
= null
Value for the nonce attribute
Tags
$on
public
EventAttributes|null
$on
= null
GlobalEventHandlers content attributes
Attributes
$part
public
string|null
$part
= null
Value for the part attribute (CSS shadow parts)
$popover
public
string|null
$popover
= null
Value for the popover attribute
Tags
$slot
public
string|null
$slot
= null
Value for the slot attribute
$spellcheck
public
bool|null
$spellcheck
= null
Value for the spellcheck attribute
Tags
$style
public
string|null
$style
= null
Value for the style attribute (inline CSS declarations)
$tabIndex
public
int|null
$tabIndex
= null
Value for the tabIndex attribute
Tags
$title
public
string|null
$title
= null
Value for the title attribute
Tags
$translate
public
bool|null
$translate
= null
Value for the translate attribute
Tags
$writingSuggestions
public
string|null
$writingSuggestions
= null
Value for the writingSuggestions attribute