Interface: ButtonProps#
Hierarchy#
-
ButtonHTMLAttributes‹any›
↳ ButtonProps
Index#
Properties#
- about
- accent
- accessKey
- active
- aria-activedescendant
- aria-atomic
- aria-autocomplete
- aria-busy
- aria-checked
- aria-colcount
- aria-colindex
- aria-colspan
- aria-controls
- aria-current
- aria-describedby
- aria-details
- aria-disabled
- aria-dropeffect
- aria-errormessage
- aria-expanded
- aria-flowto
- aria-grabbed
- aria-haspopup
- aria-hidden
- aria-invalid
- aria-keyshortcuts
- aria-label
- aria-labelledby
- aria-level
- aria-live
- aria-modal
- aria-multiline
- aria-multiselectable
- aria-orientation
- aria-owns
- aria-placeholder
- aria-posinset
- aria-pressed
- aria-readonly
- aria-relevant
- aria-required
- aria-roledescription
- aria-rowcount
- aria-rowindex
- aria-rowspan
- aria-selected
- aria-setsize
- aria-sort
- aria-valuemax
- aria-valuemin
- aria-valuenow
- aria-valuetext
- autoCapitalize
- autoCorrect
- autoFocus
- autoSave
- big
- children
- className
- color
- contentEditable
- contextMenu
- dangerouslySetInnerHTML
- datatype
- defaultChecked
- defaultValue
- dir
- disabled
- draggable
- form
- formAction
- formEncType
- formMethod
- formNoValidate
- formTarget
- hidden
- href
- id
- inlist
- inputMode
- is
- itemID
- itemProp
- itemRef
- itemScope
- itemType
- label
- lang
- name
- onAbort
- onAbortCapture
- onAnimationEnd
- onAnimationEndCapture
- onAnimationIteration
- onAnimationIterationCapture
- onAnimationStart
- onAnimationStartCapture
- onAuxClick
- onAuxClickCapture
- onBeforeInput
- onBeforeInputCapture
- onBlur
- onBlurCapture
- onCanPlay
- onCanPlayCapture
- onCanPlayThrough
- onCanPlayThroughCapture
- onChange
- onChangeCapture
- onClick
- onClickCapture
- onCompositionEnd
- onCompositionEndCapture
- onCompositionStart
- onCompositionStartCapture
- onCompositionUpdate
- onCompositionUpdateCapture
- onContextMenu
- onContextMenuCapture
- onCopy
- onCopyCapture
- onCut
- onCutCapture
- onDoubleClick
- onDoubleClickCapture
- onDrag
- onDragCapture
- onDragEnd
- onDragEndCapture
- onDragEnter
- onDragEnterCapture
- onDragExit
- onDragExitCapture
- onDragLeave
- onDragLeaveCapture
- onDragOver
- onDragOverCapture
- onDragStart
- onDragStartCapture
- onDrop
- onDropCapture
- onDurationChange
- onDurationChangeCapture
- onEmptied
- onEmptiedCapture
- onEncrypted
- onEncryptedCapture
- onEnded
- onEndedCapture
- onError
- onErrorCapture
- onFocus
- onFocusCapture
- onGotPointerCapture
- onGotPointerCaptureCapture
- onInput
- onInputCapture
- onInvalid
- onInvalidCapture
- onKeyDown
- onKeyDownCapture
- onKeyPress
- onKeyPressCapture
- onKeyUp
- onKeyUpCapture
- onLoad
- onLoadCapture
- onLoadStart
- onLoadStartCapture
- onLoadedData
- onLoadedDataCapture
- onLoadedMetadata
- onLoadedMetadataCapture
- onLostPointerCapture
- onLostPointerCaptureCapture
- onMouseDown
- onMouseDownCapture
- onMouseEnter
- onMouseLeave
- onMouseMove
- onMouseMoveCapture
- onMouseOut
- onMouseOutCapture
- onMouseOver
- onMouseOverCapture
- onMouseUp
- onMouseUpCapture
- onPaste
- onPasteCapture
- onPause
- onPauseCapture
- onPlay
- onPlayCapture
- onPlaying
- onPlayingCapture
- onPointerCancel
- onPointerCancelCapture
- onPointerDown
- onPointerDownCapture
- onPointerEnter
- onPointerEnterCapture
- onPointerLeave
- onPointerLeaveCapture
- onPointerMove
- onPointerMoveCapture
- onPointerOut
- onPointerOutCapture
- onPointerOver
- onPointerOverCapture
- onPointerUp
- onPointerUpCapture
- onProgress
- onProgressCapture
- onRateChange
- onRateChangeCapture
- onReset
- onResetCapture
- onScroll
- onScrollCapture
- onSeeked
- onSeekedCapture
- onSeeking
- onSeekingCapture
- onSelect
- onSelectCapture
- onStalled
- onStalledCapture
- onSubmit
- onSubmitCapture
- onSuspend
- onSuspendCapture
- onTimeUpdate
- onTimeUpdateCapture
- onTouchCancel
- onTouchCancelCapture
- onTouchEnd
- onTouchEndCapture
- onTouchMove
- onTouchMoveCapture
- onTouchStart
- onTouchStartCapture
- onTransitionEnd
- onTransitionEndCapture
- onVolumeChange
- onVolumeChangeCapture
- onWaiting
- onWaitingCapture
- onWheel
- onWheelCapture
- outlined
- placeholder
- plain
- prefix
- primary
- property
- radioGroup
- resource
- results
- role
- round
- security
- slot
- spellCheck
- style
- suppressContentEditableWarning
- suppressHydrationWarning
- tabIndex
- target
- title
- tooltip
- tooltipOverrideDisabled
- translate
- type
- typeof
- unselectable
- value
- vocab
- waiting
Properties#
Optional
about#
• about? : string
Inherited from ButtonProps.about
Defined in node_modules/@types/react/index.d.ts:1775
Optional
accent#
• accent? : boolean
Defined in src/renderer/components/button/button.tsx:10
Optional
accessKey#
• accessKey? : string
Inherited from ButtonProps.accessKey
Defined in node_modules/@types/react/index.d.ts:1751
Optional
active#
• active? : boolean
Defined in src/renderer/components/button/button.tsx:14
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
autoCapitalize#
• autoCapitalize? : string
Inherited from ButtonProps.autoCapitalize
Defined in node_modules/@types/react/index.d.ts:1785
Optional
autoCorrect#
• autoCorrect? : string
Inherited from ButtonProps.autoCorrect
Defined in node_modules/@types/react/index.d.ts:1786
Optional
autoFocus#
• autoFocus? : boolean
Inherited from ButtonProps.autoFocus
Defined in node_modules/@types/react/index.d.ts:1958
Optional
autoSave#
• autoSave? : string
Inherited from ButtonProps.autoSave
Defined in node_modules/@types/react/index.d.ts:1787
Optional
big#
• big? : boolean
Defined in src/renderer/components/button/button.tsx:15
Optional
children#
• children? : ReactNode
Inherited from PageLayoutProps.children
Defined in node_modules/@types/react/index.d.ts:1348
Optional
className#
• className? : string
Inherited from ButtonProps.className
Defined in node_modules/@types/react/index.d.ts:1752
Optional
color#
• color? : string
Inherited from ButtonProps.color
Defined in node_modules/@types/react/index.d.ts:1788
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
dangerouslySetInnerHTML#
• dangerouslySetInnerHTML? : object
Inherited from PageLayoutProps.dangerouslySetInnerHTML
Defined in node_modules/@types/react/index.d.ts:1349
Type declaration:#
- __html: string
Optional
datatype#
• datatype? : string
Inherited from ButtonProps.datatype
Defined in node_modules/@types/react/index.d.ts:1776
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
dir#
• dir? : string
Inherited from ButtonProps.dir
Defined in node_modules/@types/react/index.d.ts:1755
Optional
disabled#
• disabled? : boolean
Inherited from ButtonProps.disabled
Defined in node_modules/@types/react/index.d.ts:1959
Optional
draggable#
• draggable? : Booleanish
Inherited from ButtonProps.draggable
Defined in node_modules/@types/react/index.d.ts:1756
Optional
form#
• form? : string
Inherited from ButtonProps.form
Defined in node_modules/@types/react/index.d.ts:1960
Optional
formAction#
• formAction? : string
Inherited from ButtonProps.formAction
Defined in node_modules/@types/react/index.d.ts:1961
Optional
formEncType#
• formEncType? : string
Inherited from ButtonProps.formEncType
Defined in node_modules/@types/react/index.d.ts:1962
Optional
formMethod#
• formMethod? : string
Inherited from ButtonProps.formMethod
Defined in node_modules/@types/react/index.d.ts:1963
Optional
formNoValidate#
• formNoValidate? : boolean
Inherited from ButtonProps.formNoValidate
Defined in node_modules/@types/react/index.d.ts:1964
Optional
formTarget#
• formTarget? : string
Inherited from ButtonProps.formTarget
Defined in node_modules/@types/react/index.d.ts:1965
Optional
hidden#
• hidden? : boolean
Defined in src/renderer/components/button/button.tsx:13
Optional
href#
• href? : string
Defined in src/renderer/components/button/button.tsx:17
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
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
label#
• label? : React.ReactNode
Defined in src/renderer/components/button/button.tsx:7
Optional
lang#
• lang? : string
Inherited from ButtonProps.lang
Defined in node_modules/@types/react/index.d.ts:1759
Optional
name#
• name? : string
Inherited from ButtonProps.name
Defined in node_modules/@types/react/index.d.ts:1966
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
outlined#
• outlined? : boolean
Defined in src/renderer/components/button/button.tsx:12
Optional
placeholder#
• placeholder? : string
Inherited from ButtonProps.placeholder
Defined in node_modules/@types/react/index.d.ts:1760
Optional
plain#
• plain? : boolean
Defined in src/renderer/components/button/button.tsx:11
Optional
prefix#
• prefix? : string
Inherited from ButtonProps.prefix
Defined in node_modules/@types/react/index.d.ts:1778
Optional
primary#
• primary? : boolean
Defined in src/renderer/components/button/button.tsx:9
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
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
role#
• role? : string
Inherited from ButtonProps.role
Defined in node_modules/@types/react/index.d.ts:1772
Optional
round#
• round? : boolean
Defined in src/renderer/components/button/button.tsx:16
Optional
security#
• security? : string
Inherited from ButtonProps.security
Defined in node_modules/@types/react/index.d.ts:1795
Optional
slot#
• slot? : string
Inherited from ButtonProps.slot
Defined in node_modules/@types/react/index.d.ts:1761
Optional
spellCheck#
• spellCheck? : Booleanish
Inherited from ButtonProps.spellCheck
Defined in node_modules/@types/react/index.d.ts:1762
Optional
style#
• style? : CSSProperties
Inherited from ButtonProps.style
Defined in node_modules/@types/react/index.d.ts:1763
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? : "_blank"
Defined in src/renderer/components/button/button.tsx:18
Optional
title#
• title? : string
Inherited from ButtonProps.title
Defined in node_modules/@types/react/index.d.ts:1765
Optional
tooltip#
• tooltip? : ReactNode | Omit‹TooltipProps, "targetId"›
Inherited from ButtonProps.tooltip
Defined in src/renderer/components/tooltip/withTooltip.tsx:10
Optional
tooltipOverrideDisabled#
• tooltipOverrideDisabled? : boolean
Inherited from ButtonProps.tooltipOverrideDisabled
Defined in src/renderer/components/tooltip/withTooltip.tsx:15
forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is "disabled"
Optional
translate#
• translate? : "yes" | "no"
Inherited from ButtonProps.translate
Defined in node_modules/@types/react/index.d.ts:1766
Optional
type#
• type? : "submit" | "reset" | "button"
Inherited from ButtonProps.type
Defined in node_modules/@types/react/index.d.ts:1967
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
value#
• value? : string | string[] | number
Inherited from ButtonProps.value
Defined in node_modules/@types/react/index.d.ts:1968
Optional
vocab#
• vocab? : string
Inherited from ButtonProps.vocab
Defined in node_modules/@types/react/index.d.ts:1782
Optional
waiting#
• waiting? : boolean
Defined in src/renderer/components/button/button.tsx:8