Homecomponentsinformational

Alpha
This component is in development. There could be breaking changes made to it in a non-major release of Prism. Please use with caution.

Use Text to display textual information.

Even investing in tangible assets like has its risk. And just like with most risk, property buyers can seek to mitigate any potential risk by taking out mortgage and by borrowing at a lower loan to security ratio. In contrast with savings, investments tend to carry more risk. Stonk investments are subject to market risks, read all scheme related documents carefully. The NAVs of the schemes may go up or down depending upon the factors and forces affecting the securities market including the fluctuations in the interest rates. The past performance of the stonks is not necessarily indicative of future performance of the schemes. The Stonks is not guaranteeing or assuring any dividend under any of the schemes and the same is subject to the availability and adequacy of distributable surplus. Investors are requested to review the prospectus carefully and obtain expert professional advice with regard to specific legal, tax and financial implications of the investment/participation in the scheme.

Size

Use the size property to change the font size.

Regular size / 16px Small size / 14pxXSmall size / 12pxMicro size / 8px

Large Sizes

You can set larger sizes that visually look like a Heading. This can be useful to semantically use textual elements but visually show a prominent text or heading.

XXLarge size / 28px XLarge size / 24px Large size / 18px

Weight

Use the weight property to set the text thickness.

Regular and Normal Small and Normal XSmall and Normal Micro and Normal
Regular and Semibold Small and Semibold XSmall and Semibold Micro and Semibold
Regular and Bold Small and Bold XSmall and Bold Micro and Bold

Alignment

Use the align property to align the text horizontally. This property accepts responsive values.

Align startAlign centerAlign end

Line length

Use the lineLength property to set the maximum line length.

If lineLength doesn't work, make sure you use the as property to set it to a block-level element like p or div.

Visit our home improvement services page. Receive quotes from general contractors, housekeepers, and handymen and more.

Truncation

Use the truncateAfter property to set the number of lines after which the text should truncate.

This exact example serves the need to provide a visual representation of how our design system should handle long texts truncation based on the number of lines allowed to be used in certain places of the platform under certain circumstances. This exact example serves the need to provide a visual representation of how our design system should handle long texts truncation based on the number of lines allowed to be used in certain places of the platform under certain circumstances.

Expand Hidden Lines From Truncation

Use the expandLinkLabel to show a link that reveals the lines hidden due to truncation. The onExpand callback is called when the expand link it tapped.

This exact example serves the need to provide a visual representation of how our design system should handle long texts truncation based on the number of lines allowed to be used in certain places of the platform under certain circumstances.

Colors

Use color to set the text color. It is not recommended to use xxsubdued, muted or rating on light backdrops due to poor contrast. It is okay to use them on accessories that are not meant for reading like a or an icon.

Use inherit to inherit the color from the parent.

Dark
Default
Subdued
Extra Subdued
Muted
Primary
Positive
Negative
Rating

Text transformation

Use the transform property to change the casing of the text.

This is lowercaseThis is uppercaseThis is capitalized

Font Variants

Use the fontVariant property to set various the font variants.

This is small-caps0123456789: This is oldstyle-nums0123456789: This is tabular-nums 0123456789: This is proportional-nums Diagonal fractions: 3/4Ordinals: 1a 2a

You can specify multiple variants too.

The year was 1567. It was a cold and stormy night. The stars were shining and the moon was full.

Examples

Paragraphs

Alice was beginning to get very tired of sitting by her sister on the bank, and of having nothing to do: once or twice she had peeped into the book her sister was reading, but it had no pictures or conversations in it, "and what is the use of a book," thought Alice, "without pictures or conversations?" So she was considering in her own mind (as well as she could, for the hot day made her feel very sleepy and stupid) whether the pleasure of making a daisy-chain would be worth the trouble of getting up and picking the daisies, when suddenly a White Rabbit with pink eyes ran close by her. There was nothing so very remarkable in that; nor did Alice think it so very much out of the way to hear the Rabbit say to itself, "Oh dear! Oh dear! I shall be too late!" (when she thought it over afterwards, it occurred to her that she ought to have wondered at this, but at the time it all seemed quite natural); but when the Rabbit actually took a watch out of its waistcoat-pocket, and looked at it, and then hurried on, Alice started to her feet, for it flashed across her mind that she had never before seen a rabbit with either a waistcoat-pocket, or a watch to take out of it, and burning with curiosity, she ran across the field after it, and was just in time to see it pop down a large rabbit-hole under the hedge.

Nested texts of different weights

Text component may include nested parts of different weights.

Text with icon

Pour votre sécurité, utilisez StarOfService pour échanger avec les professionnels et payer vos prestations.

API

children
Required
The text to display.
ReactNode

as
The element used for the root node.
ElementType<any, keyof IntrinsicElements>

size
The size of the text.
large
small
xxlarge
xlarge
regular
xsmall
micro

weight
The weight of the text.
normal
bold
semibold

align
The horizontal alignment of the text.

lineLength
Max number of characters in a line.
number

truncateAfter
The maximum number of lines to display before truncating.
number

expandLinkLabel
The text to show for the "Show more" button. This only works with truncateAfter.
string

color
The color of the text.
inherit
white
dark
default
primary
subdued
xsubdued
muted
xmuted
positive
negative
rating

transform
Change the case of the text.
none
capitalize
lowercase
uppercase

fontVariants
The font variants to apply.
FontVariant | FontVariant[]

onExpand
Action to perform when expand link is tapped.
(() => void)

data
An object with the data keys and values.
DataAttributeMap

ref
Allows getting a ref to the component instance. Once the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref). @see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}
Ref<HTMLHtmlElement>

key
Key | null

manifest
string

defaultChecked
true
false

defaultValue
string | number | readonly string[]

suppressContentEditableWarning
true
false

suppressHydrationWarning
true
false

accessKey
string

autoCapitalize
(string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters"

autoFocus
true
false

className
string

contentEditable
"inherit" | Booleanish | "plaintext-only"

contextMenu
string

dir
string

draggable
Booleanish

enterKeyHint
next
done
search
enter
go
previous
send

hidden
true
false

id
string

lang
string

nonce
string

slot
string

spellCheck
Booleanish

style
CSSProperties

tabIndex
number

title
string

translate
yes
no

radioGroup
string

role
AriaRole

about
string

content
string

datatype
string

inlist
any

prefix
string

property
string

rel
string

resource
string

rev
string

typeof
string

vocab
string

autoCorrect
string

autoSave
string

results
number

security
string

unselectable
off
on

popover
auto
manual

popoverTargetAction
hide
show
toggle

popoverTarget
string

inert
@see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
true
false

inputMode
Hints at the type of data that might be entered by the user while editing the element or its contents @see {@link https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute}
none
text
search
tel
url
email
numeric
decimal

is
Specify that a standard HTML element should behave like a defined custom built-in element @see {@link https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is}
string

aria-activedescendant
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
string

aria-atomic
Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
Booleanish

aria-autocomplete
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
none
both
inline
list

aria-braillelabel
Defines a string value that labels the current element, which is intended to be converted into Braille. @see aria-label.
string

aria-brailleroledescription
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille. @see aria-roledescription.
string

aria-busy
Booleanish

aria-checked
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets. @see aria-pressed @see aria-selected.
boolean | "mixed" | "false" | "true"

aria-colcount
Defines the total number of columns in a table, grid, or treegrid. @see aria-colindex.
number

aria-colindex
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. @see aria-colcount @see aria-colspan.
number

aria-colindextext
Defines a human readable text alternative of aria-colindex. @see aria-rowindextext.
string

aria-colspan
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. @see aria-colindex @see aria-rowspan.
number

aria-controls
Identifies the element (or elements) whose contents or presence are controlled by the current element. @see aria-owns.
string

aria-current
Indicates the element that represents the current item within a container or set of related elements.
boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time"

aria-describedby
Identifies the element (or elements) that describes the object. @see aria-labelledby
string

aria-description
Defines a string value that describes or annotates the current element. @see related aria-describedby.
string

aria-details
Identifies the element that provides a detailed, extended description for the object. @see aria-describedby.
string

aria-disabled
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. @see aria-hidden @see aria-readonly.
Booleanish

aria-dropeffect
Indicates what functions can be performed when a dragged object is released on the drop target. @deprecated in ARIA 1.1
none
copy
move
link
execute
popup

aria-errormessage
Identifies the element that provides an error message for the object. @see aria-invalid @see aria-describedby.
string

aria-expanded
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Booleanish

aria-flowto
Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.
string

aria-grabbed
Indicates an element's "grabbed" state in a drag-and-drop operation. @deprecated in ARIA 1.1
Booleanish

aria-haspopup
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
boolean | "grid" | "listbox" | "menu" | "false" | "true" | "dialog" | "tree"

aria-hidden
Indicates whether the element is exposed to an accessibility API. @see aria-disabled.
Booleanish

aria-invalid
Indicates the entered value does not conform to the format expected by the application. @see aria-errormessage.
boolean | "false" | "true" | "grammar" | "spelling"

aria-keyshortcuts
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
string

aria-label
Defines a string value that labels the current element. @see aria-labelledby.
string

aria-labelledby
Identifies the element (or elements) that labels the current element. @see aria-describedby.
string

aria-level
Defines the hierarchical level of an element within a structure.
number

aria-live
Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
off
assertive
polite

aria-modal
Indicates whether an element is modal when displayed.
Booleanish

aria-multiline
Indicates whether a text box accepts multiple lines of input or only a single line.
Booleanish

aria-multiselectable
Indicates that the user may select more than one item from the current selectable descendants.
Booleanish

aria-orientation
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
horizontal
vertical

aria-owns
Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. @see aria-controls.
string

aria-placeholder
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.
string

aria-posinset
Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. @see aria-setsize.
number

aria-pressed
Indicates the current "pressed" state of toggle buttons. @see aria-checked @see aria-selected.
boolean | "mixed" | "false" | "true"

aria-readonly
Indicates that the element is not editable, but is otherwise operable. @see aria-disabled.
Booleanish

aria-relevant
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. @see aria-atomic.
all
text
additions
additions removals
additions text
removals
removals additions
removals text
text additions
text removals

aria-required
Indicates that user input is required on the element before a form may be submitted.
Booleanish

aria-roledescription
Defines a human-readable, author-localized description for the role of an element.
string

aria-rowcount
Defines the total number of rows in a table, grid, or treegrid. @see aria-rowindex.
number

aria-rowindex
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. @see aria-rowcount @see aria-rowspan.
number

aria-rowindextext
Defines a human readable text alternative of aria-rowindex. @see aria-colindextext.
string

aria-rowspan
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. @see aria-rowindex @see aria-colspan.
number

aria-selected
Indicates the current "selected" state of various widgets. @see aria-checked @see aria-pressed.
Booleanish

aria-setsize
Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. @see aria-posinset.
number

aria-sort
Indicates if items in a table or grid are sorted in ascending or descending order.
none
ascending
descending
other

aria-valuemax
Defines the maximum allowed value for a range widget.
number

aria-valuemin
Defines the minimum allowed value for a range widget.
number

aria-valuenow
Defines the current value for a range widget. @see aria-valuetext.
number

aria-valuetext
Defines the human readable text alternative of aria-valuenow for a range widget.
string

dangerouslySetInnerHTML
{ __html: string | TrustedHTML; }

onCopy
ClipboardEventHandler<HTMLHtmlElement>

onCopyCapture
ClipboardEventHandler<HTMLHtmlElement>

onCut
ClipboardEventHandler<HTMLHtmlElement>

onCutCapture
ClipboardEventHandler<HTMLHtmlElement>

onPaste
ClipboardEventHandler<HTMLHtmlElement>

onPasteCapture
ClipboardEventHandler<HTMLHtmlElement>

onCompositionEnd
CompositionEventHandler<HTMLHtmlElement>

onCompositionEndCapture
CompositionEventHandler<HTMLHtmlElement>

onCompositionStart
CompositionEventHandler<HTMLHtmlElement>

onCompositionStartCapture
CompositionEventHandler<HTMLHtmlElement>

onCompositionUpdate
CompositionEventHandler<HTMLHtmlElement>

onCompositionUpdateCapture
CompositionEventHandler<HTMLHtmlElement>

onFocus
FocusEventHandler<HTMLHtmlElement>

onFocusCapture
FocusEventHandler<HTMLHtmlElement>

onBlur
FocusEventHandler<HTMLHtmlElement>

onBlurCapture
FocusEventHandler<HTMLHtmlElement>

onChange
FormEventHandler<HTMLHtmlElement>

onChangeCapture
FormEventHandler<HTMLHtmlElement>

onBeforeInput
FormEventHandler<HTMLHtmlElement>

onBeforeInputCapture
FormEventHandler<HTMLHtmlElement>

onInput
FormEventHandler<HTMLHtmlElement>

onInputCapture
FormEventHandler<HTMLHtmlElement>

onReset
FormEventHandler<HTMLHtmlElement>

onResetCapture
FormEventHandler<HTMLHtmlElement>

onSubmit
FormEventHandler<HTMLHtmlElement>

onSubmitCapture
FormEventHandler<HTMLHtmlElement>

onInvalid
FormEventHandler<HTMLHtmlElement>

onInvalidCapture
FormEventHandler<HTMLHtmlElement>

onLoad
ReactEventHandler<HTMLHtmlElement>

onLoadCapture
ReactEventHandler<HTMLHtmlElement>

onError
ReactEventHandler<HTMLHtmlElement>

onErrorCapture
ReactEventHandler<HTMLHtmlElement>

onKeyDown
KeyboardEventHandler<HTMLHtmlElement>

onKeyDownCapture
KeyboardEventHandler<HTMLHtmlElement>

onKeyPress
@deprecated Use `onKeyUp` or `onKeyDown` instead
KeyboardEventHandler<HTMLHtmlElement>

onKeyPressCapture
@deprecated Use `onKeyUpCapture` or `onKeyDownCapture` instead
KeyboardEventHandler<HTMLHtmlElement>

onKeyUp
KeyboardEventHandler<HTMLHtmlElement>

onKeyUpCapture
KeyboardEventHandler<HTMLHtmlElement>

onAbort
ReactEventHandler<HTMLHtmlElement>

onAbortCapture
ReactEventHandler<HTMLHtmlElement>

onCanPlay
ReactEventHandler<HTMLHtmlElement>

onCanPlayCapture
ReactEventHandler<HTMLHtmlElement>

onCanPlayThrough
ReactEventHandler<HTMLHtmlElement>

onCanPlayThroughCapture
ReactEventHandler<HTMLHtmlElement>

onDurationChange
ReactEventHandler<HTMLHtmlElement>

onDurationChangeCapture
ReactEventHandler<HTMLHtmlElement>

onEmptied
ReactEventHandler<HTMLHtmlElement>

onEmptiedCapture
ReactEventHandler<HTMLHtmlElement>

onEncrypted
ReactEventHandler<HTMLHtmlElement>

onEncryptedCapture
ReactEventHandler<HTMLHtmlElement>

onEnded
ReactEventHandler<HTMLHtmlElement>

onEndedCapture
ReactEventHandler<HTMLHtmlElement>

onLoadedData
ReactEventHandler<HTMLHtmlElement>

onLoadedDataCapture
ReactEventHandler<HTMLHtmlElement>

onLoadedMetadata
ReactEventHandler<HTMLHtmlElement>

onLoadedMetadataCapture
ReactEventHandler<HTMLHtmlElement>

onLoadStart
ReactEventHandler<HTMLHtmlElement>

onLoadStartCapture
ReactEventHandler<HTMLHtmlElement>

onPause
ReactEventHandler<HTMLHtmlElement>

onPauseCapture
ReactEventHandler<HTMLHtmlElement>

onPlay
ReactEventHandler<HTMLHtmlElement>

onPlayCapture
ReactEventHandler<HTMLHtmlElement>

onPlaying
ReactEventHandler<HTMLHtmlElement>

onPlayingCapture
ReactEventHandler<HTMLHtmlElement>

onProgress
ReactEventHandler<HTMLHtmlElement>

onProgressCapture
ReactEventHandler<HTMLHtmlElement>

onRateChange
ReactEventHandler<HTMLHtmlElement>

onRateChangeCapture
ReactEventHandler<HTMLHtmlElement>

onResize
ReactEventHandler<HTMLHtmlElement>

onResizeCapture
ReactEventHandler<HTMLHtmlElement>

onSeeked
ReactEventHandler<HTMLHtmlElement>

onSeekedCapture
ReactEventHandler<HTMLHtmlElement>

onSeeking
ReactEventHandler<HTMLHtmlElement>

onSeekingCapture
ReactEventHandler<HTMLHtmlElement>

onStalled
ReactEventHandler<HTMLHtmlElement>

onStalledCapture
ReactEventHandler<HTMLHtmlElement>

onSuspend
ReactEventHandler<HTMLHtmlElement>

onSuspendCapture
ReactEventHandler<HTMLHtmlElement>

onTimeUpdate
ReactEventHandler<HTMLHtmlElement>

onTimeUpdateCapture
ReactEventHandler<HTMLHtmlElement>

onVolumeChange
ReactEventHandler<HTMLHtmlElement>

onVolumeChangeCapture
ReactEventHandler<HTMLHtmlElement>

onWaiting
ReactEventHandler<HTMLHtmlElement>

onWaitingCapture
ReactEventHandler<HTMLHtmlElement>

onAuxClick
MouseEventHandler<HTMLHtmlElement>

onAuxClickCapture
MouseEventHandler<HTMLHtmlElement>

onClick
MouseEventHandler<HTMLHtmlElement>

onClickCapture
MouseEventHandler<HTMLHtmlElement>

onContextMenu
MouseEventHandler<HTMLHtmlElement>

onContextMenuCapture
MouseEventHandler<HTMLHtmlElement>

onDoubleClick
MouseEventHandler<HTMLHtmlElement>

onDoubleClickCapture
MouseEventHandler<HTMLHtmlElement>

onDrag
DragEventHandler<HTMLHtmlElement>

onDragCapture
DragEventHandler<HTMLHtmlElement>

onDragEnd
DragEventHandler<HTMLHtmlElement>

onDragEndCapture
DragEventHandler<HTMLHtmlElement>

onDragEnter
DragEventHandler<HTMLHtmlElement>

onDragEnterCapture
DragEventHandler<HTMLHtmlElement>

onDragExit
DragEventHandler<HTMLHtmlElement>

onDragExitCapture
DragEventHandler<HTMLHtmlElement>

onDragLeave
DragEventHandler<HTMLHtmlElement>

onDragLeaveCapture
DragEventHandler<HTMLHtmlElement>

onDragOver
DragEventHandler<HTMLHtmlElement>

onDragOverCapture
DragEventHandler<HTMLHtmlElement>

onDragStart
DragEventHandler<HTMLHtmlElement>

onDragStartCapture
DragEventHandler<HTMLHtmlElement>

onDrop
DragEventHandler<HTMLHtmlElement>

onDropCapture
DragEventHandler<HTMLHtmlElement>

onMouseDown
MouseEventHandler<HTMLHtmlElement>

onMouseDownCapture
MouseEventHandler<HTMLHtmlElement>

onMouseEnter
MouseEventHandler<HTMLHtmlElement>

onMouseLeave
MouseEventHandler<HTMLHtmlElement>

onMouseMove
MouseEventHandler<HTMLHtmlElement>

onMouseMoveCapture
MouseEventHandler<HTMLHtmlElement>

onMouseOut
MouseEventHandler<HTMLHtmlElement>

onMouseOutCapture
MouseEventHandler<HTMLHtmlElement>

onMouseOver
MouseEventHandler<HTMLHtmlElement>

onMouseOverCapture
MouseEventHandler<HTMLHtmlElement>

onMouseUp
MouseEventHandler<HTMLHtmlElement>

onMouseUpCapture
MouseEventHandler<HTMLHtmlElement>

onSelect
ReactEventHandler<HTMLHtmlElement>

onSelectCapture
ReactEventHandler<HTMLHtmlElement>

onTouchCancel
TouchEventHandler<HTMLHtmlElement>

onTouchCancelCapture
TouchEventHandler<HTMLHtmlElement>

onTouchEnd
TouchEventHandler<HTMLHtmlElement>

onTouchEndCapture
TouchEventHandler<HTMLHtmlElement>

onTouchMove
TouchEventHandler<HTMLHtmlElement>

onTouchMoveCapture
TouchEventHandler<HTMLHtmlElement>

onTouchStart
TouchEventHandler<HTMLHtmlElement>

onTouchStartCapture
TouchEventHandler<HTMLHtmlElement>

onPointerDown
PointerEventHandler<HTMLHtmlElement>

onPointerDownCapture
PointerEventHandler<HTMLHtmlElement>

onPointerMove
PointerEventHandler<HTMLHtmlElement>

onPointerMoveCapture
PointerEventHandler<HTMLHtmlElement>

onPointerUp
PointerEventHandler<HTMLHtmlElement>

onPointerUpCapture
PointerEventHandler<HTMLHtmlElement>

onPointerCancel
PointerEventHandler<HTMLHtmlElement>

onPointerCancelCapture
PointerEventHandler<HTMLHtmlElement>

onPointerEnter
PointerEventHandler<HTMLHtmlElement>

onPointerLeave
PointerEventHandler<HTMLHtmlElement>

onPointerOver
PointerEventHandler<HTMLHtmlElement>

onPointerOverCapture
PointerEventHandler<HTMLHtmlElement>

onPointerOut
PointerEventHandler<HTMLHtmlElement>

onPointerOutCapture
PointerEventHandler<HTMLHtmlElement>

onGotPointerCapture
PointerEventHandler<HTMLHtmlElement>

onGotPointerCaptureCapture
PointerEventHandler<HTMLHtmlElement>

onLostPointerCapture
PointerEventHandler<HTMLHtmlElement>

onLostPointerCaptureCapture
PointerEventHandler<HTMLHtmlElement>

onScroll
UIEventHandler<HTMLHtmlElement>

onScrollCapture
UIEventHandler<HTMLHtmlElement>

onWheel
WheelEventHandler<HTMLHtmlElement>

onWheelCapture
WheelEventHandler<HTMLHtmlElement>

onAnimationStart
AnimationEventHandler<HTMLHtmlElement>

onAnimationStartCapture
AnimationEventHandler<HTMLHtmlElement>

onAnimationEnd
AnimationEventHandler<HTMLHtmlElement>

onAnimationEndCapture
AnimationEventHandler<HTMLHtmlElement>

onAnimationIteration
AnimationEventHandler<HTMLHtmlElement>

onAnimationIterationCapture
AnimationEventHandler<HTMLHtmlElement>

onToggle
ToggleEventHandler<HTMLHtmlElement>

onBeforeToggle
ToggleEventHandler<HTMLHtmlElement>

onTransitionCancel
TransitionEventHandler<HTMLHtmlElement>

onTransitionCancelCapture
TransitionEventHandler<HTMLHtmlElement>

onTransitionEnd
TransitionEventHandler<HTMLHtmlElement>

onTransitionEndCapture
TransitionEventHandler<HTMLHtmlElement>

onTransitionRun
TransitionEventHandler<HTMLHtmlElement>

onTransitionRunCapture
TransitionEventHandler<HTMLHtmlElement>

onTransitionStart
TransitionEventHandler<HTMLHtmlElement>

onTransitionStartCapture
TransitionEventHandler<HTMLHtmlElement>

itemID
string

itemProp
string

itemRef
string

itemScope
true
false

itemType
string