Skip to content

Interface: StepperProps#

Hierarchy#

  • HTMLProps‹any›

StepperProps

Index#

Properties#

Properties#

Optional about#

about? : string

Inherited from ButtonProps.about

Defined in node_modules/@types/react/index.d.ts:1775


Optional accept#

accept? : string

Inherited from LineProgressProps.accept

Defined in node_modules/@types/react/index.d.ts:1813


Optional acceptCharset#

acceptCharset? : string

Inherited from LineProgressProps.acceptCharset

Defined in node_modules/@types/react/index.d.ts:1814


Optional accessKey#

accessKey? : string

Inherited from ButtonProps.accessKey

Defined in node_modules/@types/react/index.d.ts:1751


Optional action#

action? : string

Inherited from LineProgressProps.action

Defined in node_modules/@types/react/index.d.ts:1815


Optional allowFullScreen#

allowFullScreen? : boolean

Inherited from LineProgressProps.allowFullScreen

Defined in node_modules/@types/react/index.d.ts:1816


Optional allowTransparency#

allowTransparency? : boolean

Inherited from LineProgressProps.allowTransparency

Defined in node_modules/@types/react/index.d.ts:1817


Optional alt#

alt? : string

Inherited from LineProgressProps.alt

Defined in node_modules/@types/react/index.d.ts:1818


Optional aria-activedescendant#

aria-activedescendant? : string

Inherited from ButtonProps.aria-activedescendant

Defined in node_modules/@types/react/index.d.ts:1558

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


Optional aria-atomic#

aria-atomic? : boolean | "false" | "true"

Inherited from ButtonProps.aria-atomic

Defined in node_modules/@types/react/index.d.ts:1560

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.


Optional aria-autocomplete#

aria-autocomplete? : "none" | "inline" | "list" | "both"

Inherited from ButtonProps.aria-autocomplete

Defined in node_modules/@types/react/index.d.ts:1565

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.


Optional aria-busy#

aria-busy? : boolean | "false" | "true"

Inherited from ButtonProps.aria-busy

Defined in node_modules/@types/react/index.d.ts:1567

Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.


Optional aria-checked#

aria-checked? : boolean | "false" | "mixed" | "true"

Inherited from ButtonProps.aria-checked

Defined in node_modules/@types/react/index.d.ts:1572

Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.

see aria-pressed @see aria-selected.


Optional aria-colcount#

aria-colcount? : number

Inherited from ButtonProps.aria-colcount

Defined in node_modules/@types/react/index.d.ts:1577

Defines the total number of columns in a table, grid, or treegrid.

see aria-colindex.


Optional aria-colindex#

aria-colindex? : number

Inherited from ButtonProps.aria-colindex

Defined in node_modules/@types/react/index.d.ts:1582

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.


Optional aria-colspan#

aria-colspan? : number

Inherited from ButtonProps.aria-colspan

Defined in node_modules/@types/react/index.d.ts:1587

Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.

see aria-colindex @see aria-rowspan.


Optional aria-controls#

aria-controls? : string

Inherited from ButtonProps.aria-controls

Defined in node_modules/@types/react/index.d.ts:1592

Identifies the element (or elements) whose contents or presence are controlled by the current element.

see aria-owns.


Optional aria-current#

aria-current? : boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time"

Inherited from ButtonProps.aria-current

Defined in node_modules/@types/react/index.d.ts:1594

Indicates the element that represents the current item within a container or set of related elements.


Optional aria-describedby#

aria-describedby? : string

Inherited from ButtonProps.aria-describedby

Defined in node_modules/@types/react/index.d.ts:1599

Identifies the element (or elements) that describes the object.

see aria-labelledby


Optional aria-details#

aria-details? : string

Inherited from ButtonProps.aria-details

Defined in node_modules/@types/react/index.d.ts:1604

Identifies the element that provides a detailed, extended description for the object.

see aria-describedby.


Optional aria-disabled#

aria-disabled? : boolean | "false" | "true"

Inherited from ButtonProps.aria-disabled

Defined in node_modules/@types/react/index.d.ts:1609

Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.

see aria-hidden @see aria-readonly.


Optional aria-dropeffect#

aria-dropeffect? : "none" | "copy" | "execute" | "link" | "move" | "popup"

Inherited from ButtonProps.aria-dropeffect

Defined in node_modules/@types/react/index.d.ts:1614

Indicates what functions can be performed when a dragged object is released on the drop target.

deprecated in ARIA 1.1


Optional aria-errormessage#

aria-errormessage? : string

Inherited from ButtonProps.aria-errormessage

Defined in node_modules/@types/react/index.d.ts:1619

Identifies the element that provides an error message for the object.

see aria-invalid @see aria-describedby.


Optional aria-expanded#

aria-expanded? : boolean | "false" | "true"

Inherited from ButtonProps.aria-expanded

Defined in node_modules/@types/react/index.d.ts:1621

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


Optional aria-flowto#

aria-flowto? : string

Inherited from ButtonProps.aria-flowto

Defined in node_modules/@types/react/index.d.ts:1626

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.


Optional aria-grabbed#

aria-grabbed? : boolean | "false" | "true"

Inherited from ButtonProps.aria-grabbed

Defined in node_modules/@types/react/index.d.ts:1631

Indicates an element's "grabbed" state in a drag-and-drop operation.

deprecated in ARIA 1.1


Optional aria-haspopup#

aria-haspopup? : boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog"

Inherited from ButtonProps.aria-haspopup

Defined in node_modules/@types/react/index.d.ts:1633

Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.


Optional aria-hidden#

aria-hidden? : boolean | "false" | "true"

Inherited from ButtonProps.aria-hidden

Defined in node_modules/@types/react/index.d.ts:1638

Indicates whether the element is exposed to an accessibility API.

see aria-disabled.


Optional aria-invalid#

aria-invalid? : boolean | "false" | "true" | "grammar" | "spelling"

Inherited from ButtonProps.aria-invalid

Defined in node_modules/@types/react/index.d.ts:1643

Indicates the entered value does not conform to the format expected by the application.

see aria-errormessage.


Optional aria-keyshortcuts#

aria-keyshortcuts? : string

Inherited from ButtonProps.aria-keyshortcuts

Defined in node_modules/@types/react/index.d.ts:1645

Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.


Optional aria-label#

aria-label? : string

Inherited from ButtonProps.aria-label

Defined in node_modules/@types/react/index.d.ts:1650

Defines a string value that labels the current element.

see aria-labelledby.


Optional aria-labelledby#

aria-labelledby? : string

Inherited from ButtonProps.aria-labelledby

Defined in node_modules/@types/react/index.d.ts:1655

Identifies the element (or elements) that labels the current element.

see aria-describedby.


Optional aria-level#

aria-level? : number

Inherited from ButtonProps.aria-level

Defined in node_modules/@types/react/index.d.ts:1657

Defines the hierarchical level of an element within a structure.


Optional aria-live#

aria-live? : "off" | "assertive" | "polite"

Inherited from ButtonProps.aria-live

Defined in node_modules/@types/react/index.d.ts:1659

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.


Optional aria-modal#

aria-modal? : boolean | "false" | "true"

Inherited from ButtonProps.aria-modal

Defined in node_modules/@types/react/index.d.ts:1661

Indicates whether an element is modal when displayed.


Optional aria-multiline#

aria-multiline? : boolean | "false" | "true"

Inherited from ButtonProps.aria-multiline

Defined in node_modules/@types/react/index.d.ts:1663

Indicates whether a text box accepts multiple lines of input or only a single line.


Optional aria-multiselectable#

aria-multiselectable? : boolean | "false" | "true"

Inherited from ButtonProps.aria-multiselectable

Defined in node_modules/@types/react/index.d.ts:1665

Indicates that the user may select more than one item from the current selectable descendants.


Optional aria-orientation#

aria-orientation? : "horizontal" | "vertical"

Inherited from ButtonProps.aria-orientation

Defined in node_modules/@types/react/index.d.ts:1667

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


Optional aria-owns#

aria-owns? : string

Inherited from ButtonProps.aria-owns

Defined in node_modules/@types/react/index.d.ts:1673

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.


Optional aria-placeholder#

aria-placeholder? : string

Inherited from ButtonProps.aria-placeholder

Defined in node_modules/@types/react/index.d.ts:1678

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.


Optional aria-posinset#

aria-posinset? : number

Inherited from ButtonProps.aria-posinset

Defined in node_modules/@types/react/index.d.ts:1683

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.


Optional aria-pressed#

aria-pressed? : boolean | "false" | "mixed" | "true"

Inherited from ButtonProps.aria-pressed

Defined in node_modules/@types/react/index.d.ts:1688

Indicates the current "pressed" state of toggle buttons.

see aria-checked @see aria-selected.


Optional aria-readonly#

aria-readonly? : boolean | "false" | "true"

Inherited from ButtonProps.aria-readonly

Defined in node_modules/@types/react/index.d.ts:1693

Indicates that the element is not editable, but is otherwise operable.

see aria-disabled.


Optional aria-relevant#

aria-relevant? : "additions" | "additions text" | "all" | "removals" | "text"

Inherited from ButtonProps.aria-relevant

Defined in node_modules/@types/react/index.d.ts:1698

Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.

see aria-atomic.


Optional aria-required#

aria-required? : boolean | "false" | "true"

Inherited from ButtonProps.aria-required

Defined in node_modules/@types/react/index.d.ts:1700

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


Optional aria-roledescription#

aria-roledescription? : string

Inherited from ButtonProps.aria-roledescription

Defined in node_modules/@types/react/index.d.ts:1702

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


Optional aria-rowcount#

aria-rowcount? : number

Inherited from ButtonProps.aria-rowcount

Defined in node_modules/@types/react/index.d.ts:1707

Defines the total number of rows in a table, grid, or treegrid.

see aria-rowindex.


Optional aria-rowindex#

aria-rowindex? : number

Inherited from ButtonProps.aria-rowindex

Defined in node_modules/@types/react/index.d.ts:1712

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.


Optional aria-rowspan#

aria-rowspan? : number

Inherited from ButtonProps.aria-rowspan

Defined in node_modules/@types/react/index.d.ts:1717

Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.

see aria-rowindex @see aria-colspan.


Optional aria-selected#

aria-selected? : boolean | "false" | "true"

Inherited from ButtonProps.aria-selected

Defined in node_modules/@types/react/index.d.ts:1722

Indicates the current "selected" state of various widgets.

see aria-checked @see aria-pressed.


Optional aria-setsize#

aria-setsize? : number

Inherited from ButtonProps.aria-setsize

Defined in node_modules/@types/react/index.d.ts:1727

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.


Optional aria-sort#

aria-sort? : "none" | "ascending" | "descending" | "other"

Inherited from ButtonProps.aria-sort

Defined in node_modules/@types/react/index.d.ts:1729

Indicates if items in a table or grid are sorted in ascending or descending order.


Optional aria-valuemax#

aria-valuemax? : number

Inherited from ButtonProps.aria-valuemax

Defined in node_modules/@types/react/index.d.ts:1731

Defines the maximum allowed value for a range widget.


Optional aria-valuemin#

aria-valuemin? : number

Inherited from ButtonProps.aria-valuemin

Defined in node_modules/@types/react/index.d.ts:1733

Defines the minimum allowed value for a range widget.


Optional aria-valuenow#

aria-valuenow? : number

Inherited from ButtonProps.aria-valuenow

Defined in node_modules/@types/react/index.d.ts:1738

Defines the current value for a range widget.

see aria-valuetext.


Optional aria-valuetext#

aria-valuetext? : string

Inherited from ButtonProps.aria-valuetext

Defined in node_modules/@types/react/index.d.ts:1740

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


Optional as#

as? : string

Inherited from LineProgressProps.as

Defined in node_modules/@types/react/index.d.ts:1819


Optional async#

async? : boolean

Inherited from LineProgressProps.async

Defined in node_modules/@types/react/index.d.ts:1820


Optional autoCapitalize#

autoCapitalize? : string

Inherited from ButtonProps.autoCapitalize

Defined in node_modules/@types/react/index.d.ts:1785


Optional autoComplete#

autoComplete? : string

Inherited from LineProgressProps.autoComplete

Defined in node_modules/@types/react/index.d.ts:1821


Optional autoCorrect#

autoCorrect? : string

Inherited from ButtonProps.autoCorrect

Defined in node_modules/@types/react/index.d.ts:1786


Optional autoFocus#

autoFocus? : boolean

Inherited from LineProgressProps.autoFocus

Defined in node_modules/@types/react/index.d.ts:1822


Optional autoPlay#

autoPlay? : boolean

Inherited from LineProgressProps.autoPlay

Defined in node_modules/@types/react/index.d.ts:1823


Optional autoSave#

autoSave? : string

Inherited from ButtonProps.autoSave

Defined in node_modules/@types/react/index.d.ts:1787


Optional capture#

capture? : boolean | string

Inherited from LineProgressProps.capture

Defined in node_modules/@types/react/index.d.ts:1824


Optional cellPadding#

cellPadding? : number | string

Inherited from LineProgressProps.cellPadding

Defined in node_modules/@types/react/index.d.ts:1825


Optional cellSpacing#

cellSpacing? : number | string

Inherited from LineProgressProps.cellSpacing

Defined in node_modules/@types/react/index.d.ts:1826


Optional challenge#

challenge? : string

Inherited from LineProgressProps.challenge

Defined in node_modules/@types/react/index.d.ts:1828


Optional charSet#

charSet? : string

Inherited from LineProgressProps.charSet

Defined in node_modules/@types/react/index.d.ts:1827


Optional checked#

checked? : boolean

Inherited from LineProgressProps.checked

Defined in node_modules/@types/react/index.d.ts:1829


Optional children#

children? : ReactNode

Inherited from PageLayoutProps.children

Defined in node_modules/@types/react/index.d.ts:1348


Optional cite#

cite? : string

Inherited from LineProgressProps.cite

Defined in node_modules/@types/react/index.d.ts:1830


Optional classID#

classID? : string

Inherited from LineProgressProps.classID

Defined in node_modules/@types/react/index.d.ts:1831


Optional className#

className? : string

Inherited from ButtonProps.className

Defined in node_modules/@types/react/index.d.ts:1752


Optional colSpan#

colSpan? : number

Inherited from LineProgressProps.colSpan

Defined in node_modules/@types/react/index.d.ts:1833


Optional color#

color? : string

Inherited from ButtonProps.color

Defined in node_modules/@types/react/index.d.ts:1788


Optional cols#

cols? : number

Inherited from LineProgressProps.cols

Defined in node_modules/@types/react/index.d.ts:1832


Optional content#

content? : string

Inherited from LineProgressProps.content

Defined in node_modules/@types/react/index.d.ts:1834


Optional contentEditable#

contentEditable? : Booleanish | "inherit"

Inherited from ButtonProps.contentEditable

Defined in node_modules/@types/react/index.d.ts:1753


Optional contextMenu#

contextMenu? : string

Inherited from ButtonProps.contextMenu

Defined in node_modules/@types/react/index.d.ts:1754


Optional controls#

controls? : boolean

Inherited from LineProgressProps.controls

Defined in node_modules/@types/react/index.d.ts:1835


Optional coords#

coords? : string

Inherited from LineProgressProps.coords

Defined in node_modules/@types/react/index.d.ts:1836


Optional crossOrigin#

crossOrigin? : string

Inherited from LineProgressProps.crossOrigin

Defined in node_modules/@types/react/index.d.ts:1837


Optional dangerouslySetInnerHTML#

dangerouslySetInnerHTML? : object

Inherited from PageLayoutProps.dangerouslySetInnerHTML

Defined in node_modules/@types/react/index.d.ts:1349

Type declaration:#

  • __html: string

Optional data#

data? : string

Inherited from LineProgressProps.data

Defined in node_modules/@types/react/index.d.ts:1838


Optional datatype#

datatype? : string

Inherited from ButtonProps.datatype

Defined in node_modules/@types/react/index.d.ts:1776


Optional dateTime#

dateTime? : string

Inherited from LineProgressProps.dateTime

Defined in node_modules/@types/react/index.d.ts:1839


Optional default#

default? : boolean

Inherited from LineProgressProps.default

Defined in node_modules/@types/react/index.d.ts:1840


Optional defaultChecked#

defaultChecked? : boolean

Inherited from ButtonProps.defaultChecked

Defined in node_modules/@types/react/index.d.ts:1745


Optional defaultValue#

defaultValue? : string | number | string[]

Inherited from ButtonProps.defaultValue

Defined in node_modules/@types/react/index.d.ts:1746


Optional defer#

defer? : boolean

Inherited from LineProgressProps.defer

Defined in node_modules/@types/react/index.d.ts:1841


Optional dir#

dir? : string

Inherited from ButtonProps.dir

Defined in node_modules/@types/react/index.d.ts:1755


Optional disabled#

disabled? : boolean

Inherited from LineProgressProps.disabled

Defined in node_modules/@types/react/index.d.ts:1842


Optional download#

download? : any

Inherited from LineProgressProps.download

Defined in node_modules/@types/react/index.d.ts:1843


Optional draggable#

draggable? : Booleanish

Inherited from ButtonProps.draggable

Defined in node_modules/@types/react/index.d.ts:1756


Optional encType#

encType? : string

Inherited from LineProgressProps.encType

Defined in node_modules/@types/react/index.d.ts:1844


Optional form#

form? : string

Inherited from LineProgressProps.form

Defined in node_modules/@types/react/index.d.ts:1845


Optional formAction#

formAction? : string

Inherited from LineProgressProps.formAction

Defined in node_modules/@types/react/index.d.ts:1846


Optional formEncType#

formEncType? : string

Inherited from LineProgressProps.formEncType

Defined in node_modules/@types/react/index.d.ts:1847


Optional formMethod#

formMethod? : string

Inherited from LineProgressProps.formMethod

Defined in node_modules/@types/react/index.d.ts:1848


Optional formNoValidate#

formNoValidate? : boolean

Inherited from LineProgressProps.formNoValidate

Defined in node_modules/@types/react/index.d.ts:1849


Optional formTarget#

formTarget? : string

Inherited from LineProgressProps.formTarget

Defined in node_modules/@types/react/index.d.ts:1850


Optional frameBorder#

frameBorder? : number | string

Inherited from LineProgressProps.frameBorder

Defined in node_modules/@types/react/index.d.ts:1851


Optional headers#

headers? : string

Inherited from LineProgressProps.headers

Defined in node_modules/@types/react/index.d.ts:1852


Optional height#

height? : number | string

Inherited from LineProgressProps.height

Defined in node_modules/@types/react/index.d.ts:1853


Optional hidden#

hidden? : boolean

Inherited from IconProps.hidden

Defined in node_modules/@types/react/index.d.ts:1757


Optional high#

high? : number

Inherited from LineProgressProps.high

Defined in node_modules/@types/react/index.d.ts:1854


Optional href#

href? : string

Inherited from LineProgressProps.href

Defined in node_modules/@types/react/index.d.ts:1855


Optional hrefLang#

hrefLang? : string

Inherited from LineProgressProps.hrefLang

Defined in node_modules/@types/react/index.d.ts:1856


Optional htmlFor#

htmlFor? : string

Inherited from LineProgressProps.htmlFor

Defined in node_modules/@types/react/index.d.ts:1857


Optional httpEquiv#

httpEquiv? : string

Inherited from LineProgressProps.httpEquiv

Defined in node_modules/@types/react/index.d.ts:1858


Optional id#

id? : string

Inherited from ButtonProps.id

Defined in node_modules/@types/react/index.d.ts:1758


Optional inlist#

inlist? : any

Inherited from ButtonProps.inlist

Defined in node_modules/@types/react/index.d.ts:1777


Optional inputMode#

inputMode? : "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search"

Inherited from ButtonProps.inputMode

Defined in node_modules/@types/react/index.d.ts:1803

Hints at the type of data that might be entered by the user while editing the element or its contents

see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute


Optional integrity#

integrity? : string

Inherited from LineProgressProps.integrity

Defined in node_modules/@types/react/index.d.ts:1859


Optional is#

is? : string

Inherited from ButtonProps.is

Defined in node_modules/@types/react/index.d.ts:1808

Specify that a standard HTML element should behave like a defined custom built-in element

see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is


Optional itemID#

itemID? : string

Inherited from ButtonProps.itemID

Defined in node_modules/@types/react/index.d.ts:1792


Optional itemProp#

itemProp? : string

Inherited from ButtonProps.itemProp

Defined in node_modules/@types/react/index.d.ts:1789


Optional itemRef#

itemRef? : string

Inherited from ButtonProps.itemRef

Defined in node_modules/@types/react/index.d.ts:1793


Optional itemScope#

itemScope? : boolean

Inherited from ButtonProps.itemScope

Defined in node_modules/@types/react/index.d.ts:1790


Optional itemType#

itemType? : string

Inherited from ButtonProps.itemType

Defined in node_modules/@types/react/index.d.ts:1791


Optional key#

key? : Key

Inherited from LineProgressProps.key

Defined in node_modules/@types/react/index.d.ts:139


Optional keyParams#

keyParams? : string

Inherited from LineProgressProps.keyParams

Defined in node_modules/@types/react/index.d.ts:1860


Optional keyType#

keyType? : string

Inherited from LineProgressProps.keyType

Defined in node_modules/@types/react/index.d.ts:1861


Optional kind#

kind? : string

Inherited from LineProgressProps.kind

Defined in node_modules/@types/react/index.d.ts:1862


Optional label#

label? : string

Inherited from LineProgressProps.label

Defined in node_modules/@types/react/index.d.ts:1863


Optional lang#

lang? : string

Inherited from ButtonProps.lang

Defined in node_modules/@types/react/index.d.ts:1759


Optional list#

list? : string

Inherited from LineProgressProps.list

Defined in node_modules/@types/react/index.d.ts:1864


Optional loop#

loop? : boolean

Inherited from LineProgressProps.loop

Defined in node_modules/@types/react/index.d.ts:1865


Optional low#

low? : number

Inherited from LineProgressProps.low

Defined in node_modules/@types/react/index.d.ts:1866


Optional manifest#

manifest? : string

Inherited from LineProgressProps.manifest

Defined in node_modules/@types/react/index.d.ts:1867


Optional marginHeight#

marginHeight? : number

Inherited from LineProgressProps.marginHeight

Defined in node_modules/@types/react/index.d.ts:1868


Optional marginWidth#

marginWidth? : number

Inherited from LineProgressProps.marginWidth

Defined in node_modules/@types/react/index.d.ts:1869


Optional max#

max? : number | string

Inherited from MenuItemProps.max

Defined in node_modules/@types/react/index.d.ts:1870


Optional maxLength#

maxLength? : number

Inherited from LineProgressProps.maxLength

Defined in node_modules/@types/react/index.d.ts:1871


Optional media#

media? : string

Inherited from LineProgressProps.media

Defined in node_modules/@types/react/index.d.ts:1872


Optional mediaGroup#

mediaGroup? : string

Inherited from LineProgressProps.mediaGroup

Defined in node_modules/@types/react/index.d.ts:1873


Optional method#

method? : string

Inherited from LineProgressProps.method

Defined in node_modules/@types/react/index.d.ts:1874


Optional min#

min? : number | string

Inherited from MenuItemProps.min

Defined in node_modules/@types/react/index.d.ts:1875


Optional minLength#

minLength? : number

Inherited from LineProgressProps.minLength

Defined in node_modules/@types/react/index.d.ts:1876


Optional multiple#

multiple? : boolean

Inherited from LineProgressProps.multiple

Defined in node_modules/@types/react/index.d.ts:1877


Optional muted#

muted? : boolean

Inherited from LineProgressProps.muted

Defined in node_modules/@types/react/index.d.ts:1878


Optional name#

name? : string

Inherited from LineProgressProps.name

Defined in node_modules/@types/react/index.d.ts:1879


Optional noValidate#

noValidate? : boolean

Inherited from LineProgressProps.noValidate

Defined in node_modules/@types/react/index.d.ts:1881


Optional nonce#

nonce? : string

Inherited from LineProgressProps.nonce

Defined in node_modules/@types/react/index.d.ts:1880


Optional onAbort#

onAbort? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onAbort

Defined in node_modules/@types/react/index.d.ts:1404


Optional onAbortCapture#

onAbortCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onAbortCapture

Defined in node_modules/@types/react/index.d.ts:1405


Optional onAnimationEnd#

onAnimationEnd? : AnimationEventHandler‹any›

Inherited from PageLayoutProps.onAnimationEnd

Defined in node_modules/@types/react/index.d.ts:1534


Optional onAnimationEndCapture#

onAnimationEndCapture? : AnimationEventHandler‹any›

Inherited from PageLayoutProps.onAnimationEndCapture

Defined in node_modules/@types/react/index.d.ts:1535


Optional onAnimationIteration#

onAnimationIteration? : AnimationEventHandler‹any›

Inherited from PageLayoutProps.onAnimationIteration

Defined in node_modules/@types/react/index.d.ts:1536


Optional onAnimationIterationCapture#

onAnimationIterationCapture? : AnimationEventHandler‹any›

Inherited from PageLayoutProps.onAnimationIterationCapture

Defined in node_modules/@types/react/index.d.ts:1537


Optional onAnimationStart#

onAnimationStart? : AnimationEventHandler‹any›

Inherited from PageLayoutProps.onAnimationStart

Defined in node_modules/@types/react/index.d.ts:1532


Optional onAnimationStartCapture#

onAnimationStartCapture? : AnimationEventHandler‹any›

Inherited from PageLayoutProps.onAnimationStartCapture

Defined in node_modules/@types/react/index.d.ts:1533


Optional onAuxClick#

onAuxClick? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onAuxClick

Defined in node_modules/@types/react/index.d.ts:1450


Optional onAuxClickCapture#

onAuxClickCapture? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onAuxClickCapture

Defined in node_modules/@types/react/index.d.ts:1451


Optional onBeforeInput#

onBeforeInput? : FormEventHandler‹any›

Inherited from PageLayoutProps.onBeforeInput

Defined in node_modules/@types/react/index.d.ts:1378


Optional onBeforeInputCapture#

onBeforeInputCapture? : FormEventHandler‹any›

Inherited from PageLayoutProps.onBeforeInputCapture

Defined in node_modules/@types/react/index.d.ts:1379


Optional onBlur#

onBlur? : FocusEventHandler‹any›

Inherited from PageLayoutProps.onBlur

Defined in node_modules/@types/react/index.d.ts:1372


Optional onBlurCapture#

onBlurCapture? : FocusEventHandler‹any›

Inherited from PageLayoutProps.onBlurCapture

Defined in node_modules/@types/react/index.d.ts:1373


Optional onCanPlay#

onCanPlay? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onCanPlay

Defined in node_modules/@types/react/index.d.ts:1406


Optional onCanPlayCapture#

onCanPlayCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onCanPlayCapture

Defined in node_modules/@types/react/index.d.ts:1407


Optional onCanPlayThrough#

onCanPlayThrough? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onCanPlayThrough

Defined in node_modules/@types/react/index.d.ts:1408


Optional onCanPlayThroughCapture#

onCanPlayThroughCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onCanPlayThroughCapture

Defined in node_modules/@types/react/index.d.ts:1409


Optional onChange#

onChange? : FormEventHandler‹any›

Inherited from PageLayoutProps.onChange

Defined in node_modules/@types/react/index.d.ts:1376


Optional onChangeCapture#

onChangeCapture? : FormEventHandler‹any›

Inherited from PageLayoutProps.onChangeCapture

Defined in node_modules/@types/react/index.d.ts:1377


Optional onClick#

onClick? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onClick

Defined in node_modules/@types/react/index.d.ts:1452


Optional onClickCapture#

onClickCapture? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onClickCapture

Defined in node_modules/@types/react/index.d.ts:1453


Optional onCompositionEnd#

onCompositionEnd? : CompositionEventHandler‹any›

Inherited from PageLayoutProps.onCompositionEnd

Defined in node_modules/@types/react/index.d.ts:1362


Optional onCompositionEndCapture#

onCompositionEndCapture? : CompositionEventHandler‹any›

Inherited from PageLayoutProps.onCompositionEndCapture

Defined in node_modules/@types/react/index.d.ts:1363


Optional onCompositionStart#

onCompositionStart? : CompositionEventHandler‹any›

Inherited from PageLayoutProps.onCompositionStart

Defined in node_modules/@types/react/index.d.ts:1364


Optional onCompositionStartCapture#

onCompositionStartCapture? : CompositionEventHandler‹any›

Inherited from PageLayoutProps.onCompositionStartCapture

Defined in node_modules/@types/react/index.d.ts:1365


Optional onCompositionUpdate#

onCompositionUpdate? : CompositionEventHandler‹any›

Inherited from PageLayoutProps.onCompositionUpdate

Defined in node_modules/@types/react/index.d.ts:1366


Optional onCompositionUpdateCapture#

onCompositionUpdateCapture? : CompositionEventHandler‹any›

Inherited from PageLayoutProps.onCompositionUpdateCapture

Defined in node_modules/@types/react/index.d.ts:1367


Optional onContextMenu#

onContextMenu? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onContextMenu

Defined in node_modules/@types/react/index.d.ts:1454


Optional onContextMenuCapture#

onContextMenuCapture? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onContextMenuCapture

Defined in node_modules/@types/react/index.d.ts:1455


Optional onCopy#

onCopy? : ClipboardEventHandler‹any›

Inherited from PageLayoutProps.onCopy

Defined in node_modules/@types/react/index.d.ts:1354


Optional onCopyCapture#

onCopyCapture? : ClipboardEventHandler‹any›

Inherited from PageLayoutProps.onCopyCapture

Defined in node_modules/@types/react/index.d.ts:1355


Optional onCut#

onCut? : ClipboardEventHandler‹any›

Inherited from PageLayoutProps.onCut

Defined in node_modules/@types/react/index.d.ts:1356


Optional onCutCapture#

onCutCapture? : ClipboardEventHandler‹any›

Inherited from PageLayoutProps.onCutCapture

Defined in node_modules/@types/react/index.d.ts:1357


Optional onDoubleClick#

onDoubleClick? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onDoubleClick

Defined in node_modules/@types/react/index.d.ts:1456


Optional onDoubleClickCapture#

onDoubleClickCapture? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onDoubleClickCapture

Defined in node_modules/@types/react/index.d.ts:1457


Optional onDrag#

onDrag? : DragEventHandler‹any›

Inherited from PageLayoutProps.onDrag

Defined in node_modules/@types/react/index.d.ts:1458


Optional onDragCapture#

onDragCapture? : DragEventHandler‹any›

Inherited from PageLayoutProps.onDragCapture

Defined in node_modules/@types/react/index.d.ts:1459


Optional onDragEnd#

onDragEnd? : DragEventHandler‹any›

Inherited from PageLayoutProps.onDragEnd

Defined in node_modules/@types/react/index.d.ts:1460


Optional onDragEndCapture#

onDragEndCapture? : DragEventHandler‹any›

Inherited from PageLayoutProps.onDragEndCapture

Defined in node_modules/@types/react/index.d.ts:1461


Optional onDragEnter#

onDragEnter? : DragEventHandler‹any›

Inherited from PageLayoutProps.onDragEnter

Defined in node_modules/@types/react/index.d.ts:1462


Optional onDragEnterCapture#

onDragEnterCapture? : DragEventHandler‹any›

Inherited from PageLayoutProps.onDragEnterCapture

Defined in node_modules/@types/react/index.d.ts:1463


Optional onDragExit#

onDragExit? : DragEventHandler‹any›

Inherited from PageLayoutProps.onDragExit

Defined in node_modules/@types/react/index.d.ts:1464


Optional onDragExitCapture#

onDragExitCapture? : DragEventHandler‹any›

Inherited from PageLayoutProps.onDragExitCapture

Defined in node_modules/@types/react/index.d.ts:1465


Optional onDragLeave#

onDragLeave? : DragEventHandler‹any›

Inherited from PageLayoutProps.onDragLeave

Defined in node_modules/@types/react/index.d.ts:1466


Optional onDragLeaveCapture#

onDragLeaveCapture? : DragEventHandler‹any›

Inherited from PageLayoutProps.onDragLeaveCapture

Defined in node_modules/@types/react/index.d.ts:1467


Optional onDragOver#

onDragOver? : DragEventHandler‹any›

Inherited from PageLayoutProps.onDragOver

Defined in node_modules/@types/react/index.d.ts:1468


Optional onDragOverCapture#

onDragOverCapture? : DragEventHandler‹any›

Inherited from PageLayoutProps.onDragOverCapture

Defined in node_modules/@types/react/index.d.ts:1469


Optional onDragStart#

onDragStart? : DragEventHandler‹any›

Inherited from PageLayoutProps.onDragStart

Defined in node_modules/@types/react/index.d.ts:1470


Optional onDragStartCapture#

onDragStartCapture? : DragEventHandler‹any›

Inherited from PageLayoutProps.onDragStartCapture

Defined in node_modules/@types/react/index.d.ts:1471


Optional onDrop#

onDrop? : DragEventHandler‹any›

Inherited from PageLayoutProps.onDrop

Defined in node_modules/@types/react/index.d.ts:1472


Optional onDropCapture#

onDropCapture? : DragEventHandler‹any›

Inherited from PageLayoutProps.onDropCapture

Defined in node_modules/@types/react/index.d.ts:1473


Optional onDurationChange#

onDurationChange? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onDurationChange

Defined in node_modules/@types/react/index.d.ts:1410


Optional onDurationChangeCapture#

onDurationChangeCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onDurationChangeCapture

Defined in node_modules/@types/react/index.d.ts:1411


Optional onEmptied#

onEmptied? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onEmptied

Defined in node_modules/@types/react/index.d.ts:1412


Optional onEmptiedCapture#

onEmptiedCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onEmptiedCapture

Defined in node_modules/@types/react/index.d.ts:1413


Optional onEncrypted#

onEncrypted? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onEncrypted

Defined in node_modules/@types/react/index.d.ts:1414


Optional onEncryptedCapture#

onEncryptedCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onEncryptedCapture

Defined in node_modules/@types/react/index.d.ts:1415


Optional onEnded#

onEnded? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onEnded

Defined in node_modules/@types/react/index.d.ts:1416


Optional onEndedCapture#

onEndedCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onEndedCapture

Defined in node_modules/@types/react/index.d.ts:1417


Optional onError#

onError? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onError

Defined in node_modules/@types/react/index.d.ts:1392


Optional onErrorCapture#

onErrorCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onErrorCapture

Defined in node_modules/@types/react/index.d.ts:1393


Optional onFocus#

onFocus? : FocusEventHandler‹any›

Inherited from PageLayoutProps.onFocus

Defined in node_modules/@types/react/index.d.ts:1370


Optional onFocusCapture#

onFocusCapture? : FocusEventHandler‹any›

Inherited from PageLayoutProps.onFocusCapture

Defined in node_modules/@types/react/index.d.ts:1371


Optional onGotPointerCapture#

onGotPointerCapture? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onGotPointerCapture

Defined in node_modules/@types/react/index.d.ts:1518


Optional onGotPointerCaptureCapture#

onGotPointerCaptureCapture? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onGotPointerCaptureCapture

Defined in node_modules/@types/react/index.d.ts:1519


Optional onInput#

onInput? : FormEventHandler‹any›

Inherited from PageLayoutProps.onInput

Defined in node_modules/@types/react/index.d.ts:1380


Optional onInputCapture#

onInputCapture? : FormEventHandler‹any›

Inherited from PageLayoutProps.onInputCapture

Defined in node_modules/@types/react/index.d.ts:1381


Optional onInvalid#

onInvalid? : FormEventHandler‹any›

Inherited from PageLayoutProps.onInvalid

Defined in node_modules/@types/react/index.d.ts:1386


Optional onInvalidCapture#

onInvalidCapture? : FormEventHandler‹any›

Inherited from PageLayoutProps.onInvalidCapture

Defined in node_modules/@types/react/index.d.ts:1387


Optional onKeyDown#

onKeyDown? : KeyboardEventHandler‹any›

Inherited from PageLayoutProps.onKeyDown

Defined in node_modules/@types/react/index.d.ts:1396


Optional onKeyDownCapture#

onKeyDownCapture? : KeyboardEventHandler‹any›

Inherited from PageLayoutProps.onKeyDownCapture

Defined in node_modules/@types/react/index.d.ts:1397


Optional onKeyPress#

onKeyPress? : KeyboardEventHandler‹any›

Inherited from PageLayoutProps.onKeyPress

Defined in node_modules/@types/react/index.d.ts:1398


Optional onKeyPressCapture#

onKeyPressCapture? : KeyboardEventHandler‹any›

Inherited from PageLayoutProps.onKeyPressCapture

Defined in node_modules/@types/react/index.d.ts:1399


Optional onKeyUp#

onKeyUp? : KeyboardEventHandler‹any›

Inherited from PageLayoutProps.onKeyUp

Defined in node_modules/@types/react/index.d.ts:1400


Optional onKeyUpCapture#

onKeyUpCapture? : KeyboardEventHandler‹any›

Inherited from PageLayoutProps.onKeyUpCapture

Defined in node_modules/@types/react/index.d.ts:1401


Optional onLoad#

onLoad? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onLoad

Defined in node_modules/@types/react/index.d.ts:1390


Optional onLoadCapture#

onLoadCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onLoadCapture

Defined in node_modules/@types/react/index.d.ts:1391


Optional onLoadStart#

onLoadStart? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onLoadStart

Defined in node_modules/@types/react/index.d.ts:1422


Optional onLoadStartCapture#

onLoadStartCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onLoadStartCapture

Defined in node_modules/@types/react/index.d.ts:1423


Optional onLoadedData#

onLoadedData? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onLoadedData

Defined in node_modules/@types/react/index.d.ts:1418


Optional onLoadedDataCapture#

onLoadedDataCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onLoadedDataCapture

Defined in node_modules/@types/react/index.d.ts:1419


Optional onLoadedMetadata#

onLoadedMetadata? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onLoadedMetadata

Defined in node_modules/@types/react/index.d.ts:1420


Optional onLoadedMetadataCapture#

onLoadedMetadataCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onLoadedMetadataCapture

Defined in node_modules/@types/react/index.d.ts:1421


Optional onLostPointerCapture#

onLostPointerCapture? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onLostPointerCapture

Defined in node_modules/@types/react/index.d.ts:1520


Optional onLostPointerCaptureCapture#

onLostPointerCaptureCapture? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onLostPointerCaptureCapture

Defined in node_modules/@types/react/index.d.ts:1521


Optional onMouseDown#

onMouseDown? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onMouseDown

Defined in node_modules/@types/react/index.d.ts:1474


Optional onMouseDownCapture#

onMouseDownCapture? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onMouseDownCapture

Defined in node_modules/@types/react/index.d.ts:1475


Optional onMouseEnter#

onMouseEnter? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onMouseEnter

Defined in node_modules/@types/react/index.d.ts:1476


Optional onMouseLeave#

onMouseLeave? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onMouseLeave

Defined in node_modules/@types/react/index.d.ts:1477


Optional onMouseMove#

onMouseMove? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onMouseMove

Defined in node_modules/@types/react/index.d.ts:1478


Optional onMouseMoveCapture#

onMouseMoveCapture? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onMouseMoveCapture

Defined in node_modules/@types/react/index.d.ts:1479


Optional onMouseOut#

onMouseOut? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onMouseOut

Defined in node_modules/@types/react/index.d.ts:1480


Optional onMouseOutCapture#

onMouseOutCapture? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onMouseOutCapture

Defined in node_modules/@types/react/index.d.ts:1481


Optional onMouseOver#

onMouseOver? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onMouseOver

Defined in node_modules/@types/react/index.d.ts:1482


Optional onMouseOverCapture#

onMouseOverCapture? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onMouseOverCapture

Defined in node_modules/@types/react/index.d.ts:1483


Optional onMouseUp#

onMouseUp? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onMouseUp

Defined in node_modules/@types/react/index.d.ts:1484


Optional onMouseUpCapture#

onMouseUpCapture? : MouseEventHandler‹any›

Inherited from PageLayoutProps.onMouseUpCapture

Defined in node_modules/@types/react/index.d.ts:1485


Optional onPaste#

onPaste? : ClipboardEventHandler‹any›

Inherited from PageLayoutProps.onPaste

Defined in node_modules/@types/react/index.d.ts:1358


Optional onPasteCapture#

onPasteCapture? : ClipboardEventHandler‹any›

Inherited from PageLayoutProps.onPasteCapture

Defined in node_modules/@types/react/index.d.ts:1359


Optional onPause#

onPause? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onPause

Defined in node_modules/@types/react/index.d.ts:1424


Optional onPauseCapture#

onPauseCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onPauseCapture

Defined in node_modules/@types/react/index.d.ts:1425


Optional onPlay#

onPlay? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onPlay

Defined in node_modules/@types/react/index.d.ts:1426


Optional onPlayCapture#

onPlayCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onPlayCapture

Defined in node_modules/@types/react/index.d.ts:1427


Optional onPlaying#

onPlaying? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onPlaying

Defined in node_modules/@types/react/index.d.ts:1428


Optional onPlayingCapture#

onPlayingCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onPlayingCapture

Defined in node_modules/@types/react/index.d.ts:1429


Optional onPointerCancel#

onPointerCancel? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onPointerCancel

Defined in node_modules/@types/react/index.d.ts:1508


Optional onPointerCancelCapture#

onPointerCancelCapture? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onPointerCancelCapture

Defined in node_modules/@types/react/index.d.ts:1509


Optional onPointerDown#

onPointerDown? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onPointerDown

Defined in node_modules/@types/react/index.d.ts:1502


Optional onPointerDownCapture#

onPointerDownCapture? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onPointerDownCapture

Defined in node_modules/@types/react/index.d.ts:1503


Optional onPointerEnter#

onPointerEnter? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onPointerEnter

Defined in node_modules/@types/react/index.d.ts:1510


Optional onPointerEnterCapture#

onPointerEnterCapture? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onPointerEnterCapture

Defined in node_modules/@types/react/index.d.ts:1511


Optional onPointerLeave#

onPointerLeave? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onPointerLeave

Defined in node_modules/@types/react/index.d.ts:1512


Optional onPointerLeaveCapture#

onPointerLeaveCapture? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onPointerLeaveCapture

Defined in node_modules/@types/react/index.d.ts:1513


Optional onPointerMove#

onPointerMove? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onPointerMove

Defined in node_modules/@types/react/index.d.ts:1504


Optional onPointerMoveCapture#

onPointerMoveCapture? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onPointerMoveCapture

Defined in node_modules/@types/react/index.d.ts:1505


Optional onPointerOut#

onPointerOut? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onPointerOut

Defined in node_modules/@types/react/index.d.ts:1516


Optional onPointerOutCapture#

onPointerOutCapture? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onPointerOutCapture

Defined in node_modules/@types/react/index.d.ts:1517


Optional onPointerOver#

onPointerOver? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onPointerOver

Defined in node_modules/@types/react/index.d.ts:1514


Optional onPointerOverCapture#

onPointerOverCapture? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onPointerOverCapture

Defined in node_modules/@types/react/index.d.ts:1515


Optional onPointerUp#

onPointerUp? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onPointerUp

Defined in node_modules/@types/react/index.d.ts:1506


Optional onPointerUpCapture#

onPointerUpCapture? : PointerEventHandler‹any›

Inherited from PageLayoutProps.onPointerUpCapture

Defined in node_modules/@types/react/index.d.ts:1507


Optional onProgress#

onProgress? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onProgress

Defined in node_modules/@types/react/index.d.ts:1430


Optional onProgressCapture#

onProgressCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onProgressCapture

Defined in node_modules/@types/react/index.d.ts:1431


Optional onRateChange#

onRateChange? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onRateChange

Defined in node_modules/@types/react/index.d.ts:1432


Optional onRateChangeCapture#

onRateChangeCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onRateChangeCapture

Defined in node_modules/@types/react/index.d.ts:1433


Optional onReset#

onReset? : FormEventHandler‹any›

Inherited from PageLayoutProps.onReset

Defined in node_modules/@types/react/index.d.ts:1382


Optional onResetCapture#

onResetCapture? : FormEventHandler‹any›

Inherited from PageLayoutProps.onResetCapture

Defined in node_modules/@types/react/index.d.ts:1383


Optional onScroll#

onScroll? : UIEventHandler‹any›

Inherited from PageLayoutProps.onScroll

Defined in node_modules/@types/react/index.d.ts:1524


Optional onScrollCapture#

onScrollCapture? : UIEventHandler‹any›

Inherited from PageLayoutProps.onScrollCapture

Defined in node_modules/@types/react/index.d.ts:1525


Optional onSeeked#

onSeeked? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onSeeked

Defined in node_modules/@types/react/index.d.ts:1434


Optional onSeekedCapture#

onSeekedCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onSeekedCapture

Defined in node_modules/@types/react/index.d.ts:1435


Optional onSeeking#

onSeeking? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onSeeking

Defined in node_modules/@types/react/index.d.ts:1436


Optional onSeekingCapture#

onSeekingCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onSeekingCapture

Defined in node_modules/@types/react/index.d.ts:1437


Optional onSelect#

onSelect? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onSelect

Defined in node_modules/@types/react/index.d.ts:1488


Optional onSelectCapture#

onSelectCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onSelectCapture

Defined in node_modules/@types/react/index.d.ts:1489


Optional onStalled#

onStalled? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onStalled

Defined in node_modules/@types/react/index.d.ts:1438


Optional onStalledCapture#

onStalledCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onStalledCapture

Defined in node_modules/@types/react/index.d.ts:1439


Optional onSubmit#

onSubmit? : FormEventHandler‹any›

Inherited from PageLayoutProps.onSubmit

Defined in node_modules/@types/react/index.d.ts:1384


Optional onSubmitCapture#

onSubmitCapture? : FormEventHandler‹any›

Inherited from PageLayoutProps.onSubmitCapture

Defined in node_modules/@types/react/index.d.ts:1385


Optional onSuspend#

onSuspend? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onSuspend

Defined in node_modules/@types/react/index.d.ts:1440


Optional onSuspendCapture#

onSuspendCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onSuspendCapture

Defined in node_modules/@types/react/index.d.ts:1441


Optional onTimeUpdate#

onTimeUpdate? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onTimeUpdate

Defined in node_modules/@types/react/index.d.ts:1442


Optional onTimeUpdateCapture#

onTimeUpdateCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onTimeUpdateCapture

Defined in node_modules/@types/react/index.d.ts:1443


Optional onTouchCancel#

onTouchCancel? : TouchEventHandler‹any›

Inherited from PageLayoutProps.onTouchCancel

Defined in node_modules/@types/react/index.d.ts:1492


Optional onTouchCancelCapture#

onTouchCancelCapture? : TouchEventHandler‹any›

Inherited from PageLayoutProps.onTouchCancelCapture

Defined in node_modules/@types/react/index.d.ts:1493


Optional onTouchEnd#

onTouchEnd? : TouchEventHandler‹any›

Inherited from PageLayoutProps.onTouchEnd

Defined in node_modules/@types/react/index.d.ts:1494


Optional onTouchEndCapture#

onTouchEndCapture? : TouchEventHandler‹any›

Inherited from PageLayoutProps.onTouchEndCapture

Defined in node_modules/@types/react/index.d.ts:1495


Optional onTouchMove#

onTouchMove? : TouchEventHandler‹any›

Inherited from PageLayoutProps.onTouchMove

Defined in node_modules/@types/react/index.d.ts:1496


Optional onTouchMoveCapture#

onTouchMoveCapture? : TouchEventHandler‹any›

Inherited from PageLayoutProps.onTouchMoveCapture

Defined in node_modules/@types/react/index.d.ts:1497


Optional onTouchStart#

onTouchStart? : TouchEventHandler‹any›

Inherited from PageLayoutProps.onTouchStart

Defined in node_modules/@types/react/index.d.ts:1498


Optional onTouchStartCapture#

onTouchStartCapture? : TouchEventHandler‹any›

Inherited from PageLayoutProps.onTouchStartCapture

Defined in node_modules/@types/react/index.d.ts:1499


Optional onTransitionEnd#

onTransitionEnd? : TransitionEventHandler‹any›

Inherited from PageLayoutProps.onTransitionEnd

Defined in node_modules/@types/react/index.d.ts:1540


Optional onTransitionEndCapture#

onTransitionEndCapture? : TransitionEventHandler‹any›

Inherited from PageLayoutProps.onTransitionEndCapture

Defined in node_modules/@types/react/index.d.ts:1541


Optional onVolumeChange#

onVolumeChange? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onVolumeChange

Defined in node_modules/@types/react/index.d.ts:1444


Optional onVolumeChangeCapture#

onVolumeChangeCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onVolumeChangeCapture

Defined in node_modules/@types/react/index.d.ts:1445


Optional onWaiting#

onWaiting? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onWaiting

Defined in node_modules/@types/react/index.d.ts:1446


Optional onWaitingCapture#

onWaitingCapture? : ReactEventHandler‹any›

Inherited from PageLayoutProps.onWaitingCapture

Defined in node_modules/@types/react/index.d.ts:1447


Optional onWheel#

onWheel? : WheelEventHandler‹any›

Inherited from PageLayoutProps.onWheel

Defined in node_modules/@types/react/index.d.ts:1528


Optional onWheelCapture#

onWheelCapture? : WheelEventHandler‹any›

Inherited from PageLayoutProps.onWheelCapture

Defined in node_modules/@types/react/index.d.ts:1529


Optional open#

open? : boolean

Inherited from LineProgressProps.open

Defined in node_modules/@types/react/index.d.ts:1882


Optional optimum#

optimum? : number

Inherited from LineProgressProps.optimum

Defined in node_modules/@types/react/index.d.ts:1883


Optional pattern#

pattern? : string

Inherited from LineProgressProps.pattern

Defined in node_modules/@types/react/index.d.ts:1884


Optional placeholder#

placeholder? : string

Inherited from LineProgressProps.placeholder

Overrides ButtonProps.placeholder

Defined in node_modules/@types/react/index.d.ts:1885


Optional playsInline#

playsInline? : boolean

Inherited from LineProgressProps.playsInline

Defined in node_modules/@types/react/index.d.ts:1886


Optional poster#

poster? : string

Inherited from LineProgressProps.poster

Defined in node_modules/@types/react/index.d.ts:1887


Optional prefix#

prefix? : string

Inherited from ButtonProps.prefix

Defined in node_modules/@types/react/index.d.ts:1778


Optional preload#

preload? : string

Inherited from LineProgressProps.preload

Defined in node_modules/@types/react/index.d.ts:1888


Optional property#

property? : string

Inherited from ButtonProps.property

Defined in node_modules/@types/react/index.d.ts:1779


Optional radioGroup#

radioGroup? : string

Inherited from ButtonProps.radioGroup

Defined in node_modules/@types/react/index.d.ts:1769


Optional readOnly#

readOnly? : boolean

Inherited from LineProgressProps.readOnly

Defined in node_modules/@types/react/index.d.ts:1889


Optional ref#

ref? : LegacyRef‹any›

Inherited from LineProgressProps.ref

Defined in node_modules/@types/react/index.d.ts:145


Optional rel#

rel? : string

Inherited from LineProgressProps.rel

Defined in node_modules/@types/react/index.d.ts:1890


Optional required#

required? : boolean

Inherited from LineProgressProps.required

Defined in node_modules/@types/react/index.d.ts:1891


Optional resource#

resource? : string

Inherited from ButtonProps.resource

Defined in node_modules/@types/react/index.d.ts:1780


Optional results#

results? : number

Inherited from ButtonProps.results

Defined in node_modules/@types/react/index.d.ts:1794


Optional reversed#

reversed? : boolean

Inherited from LineProgressProps.reversed

Defined in node_modules/@types/react/index.d.ts:1892


Optional role#

role? : string

Inherited from ButtonProps.role

Defined in node_modules/@types/react/index.d.ts:1772


Optional rowSpan#

rowSpan? : number

Inherited from LineProgressProps.rowSpan

Defined in node_modules/@types/react/index.d.ts:1894


Optional rows#

rows? : number

Inherited from LineProgressProps.rows

Defined in node_modules/@types/react/index.d.ts:1893


Optional sandbox#

sandbox? : string

Inherited from LineProgressProps.sandbox

Defined in node_modules/@types/react/index.d.ts:1895


Optional scope#

scope? : string

Inherited from LineProgressProps.scope

Defined in node_modules/@types/react/index.d.ts:1896


Optional scoped#

scoped? : boolean

Inherited from LineProgressProps.scoped

Defined in node_modules/@types/react/index.d.ts:1897


Optional scrolling#

scrolling? : string

Inherited from LineProgressProps.scrolling

Defined in node_modules/@types/react/index.d.ts:1898


Optional seamless#

seamless? : boolean

Inherited from LineProgressProps.seamless

Defined in node_modules/@types/react/index.d.ts:1899


Optional security#

security? : string

Inherited from ButtonProps.security

Defined in node_modules/@types/react/index.d.ts:1795


Optional selected#

selected? : boolean

Inherited from LineProgressProps.selected

Defined in node_modules/@types/react/index.d.ts:1900


Optional shape#

shape? : string

Inherited from LineProgressProps.shape

Defined in node_modules/@types/react/index.d.ts:1901


Optional size#

size? : number

Inherited from LineProgressProps.size

Defined in node_modules/@types/react/index.d.ts:1902


Optional sizes#

sizes? : string

Inherited from LineProgressProps.sizes

Defined in node_modules/@types/react/index.d.ts:1903


Optional slot#

slot? : string

Inherited from ButtonProps.slot

Defined in node_modules/@types/react/index.d.ts:1761


Optional span#

span? : number

Inherited from LineProgressProps.span

Defined in node_modules/@types/react/index.d.ts:1904


Optional spellCheck#

spellCheck? : Booleanish

Inherited from ButtonProps.spellCheck

Defined in node_modules/@types/react/index.d.ts:1762


Optional src#

src? : string

Inherited from LineProgressProps.src

Defined in node_modules/@types/react/index.d.ts:1905


Optional srcDoc#

srcDoc? : string

Inherited from LineProgressProps.srcDoc

Defined in node_modules/@types/react/index.d.ts:1906


Optional srcLang#

srcLang? : string

Inherited from LineProgressProps.srcLang

Defined in node_modules/@types/react/index.d.ts:1907


Optional srcSet#

srcSet? : string

Inherited from LineProgressProps.srcSet

Defined in node_modules/@types/react/index.d.ts:1908


Optional start#

start? : number

Inherited from LineProgressProps.start

Defined in node_modules/@types/react/index.d.ts:1909


step#

step: number

Overrides LineProgressProps.step

Defined in src/renderer/components/stepper/stepper.tsx:6


steps#

steps: Step[]

Defined in src/renderer/components/stepper/stepper.tsx:7


Optional style#

style? : CSSProperties

Inherited from ButtonProps.style

Defined in node_modules/@types/react/index.d.ts:1763


Optional summary#

summary? : string

Inherited from LineProgressProps.summary

Defined in node_modules/@types/react/index.d.ts:1911


Optional suppressContentEditableWarning#

suppressContentEditableWarning? : boolean

Inherited from ButtonProps.suppressContentEditableWarning

Defined in node_modules/@types/react/index.d.ts:1747


Optional suppressHydrationWarning#

suppressHydrationWarning? : boolean

Inherited from ButtonProps.suppressHydrationWarning

Defined in node_modules/@types/react/index.d.ts:1748


Optional tabIndex#

tabIndex? : number

Inherited from ButtonProps.tabIndex

Defined in node_modules/@types/react/index.d.ts:1764


Optional target#

target? : string

Inherited from LineProgressProps.target

Defined in node_modules/@types/react/index.d.ts:1912


Optional title#

title? : string

Inherited from ButtonProps.title

Defined in node_modules/@types/react/index.d.ts:1765


Optional translate#

translate? : "yes" | "no"

Inherited from ButtonProps.translate

Defined in node_modules/@types/react/index.d.ts:1766


Optional type#

type? : string

Inherited from LineProgressProps.type

Defined in node_modules/@types/react/index.d.ts:1913


Optional typeof#

typeof? : string

Inherited from ButtonProps.typeof

Defined in node_modules/@types/react/index.d.ts:1781


Optional unselectable#

unselectable? : "on" | "off"

Inherited from ButtonProps.unselectable

Defined in node_modules/@types/react/index.d.ts:1796


Optional useMap#

useMap? : string

Inherited from LineProgressProps.useMap

Defined in node_modules/@types/react/index.d.ts:1914


Optional value#

value? : string | string[] | number

Inherited from MenuItemProps.value

Defined in node_modules/@types/react/index.d.ts:1915


Optional vocab#

vocab? : string

Inherited from ButtonProps.vocab

Defined in node_modules/@types/react/index.d.ts:1782


Optional width#

width? : number | string

Inherited from LineProgressProps.width

Defined in node_modules/@types/react/index.d.ts:1916


Optional wmode#

wmode? : string

Inherited from LineProgressProps.wmode

Defined in node_modules/@types/react/index.d.ts:1917


Optional wrap#

wrap? : string

Inherited from LineProgressProps.wrap

Defined in node_modules/@types/react/index.d.ts:1918