Date: Thu, 25 Aug 2022 13:29:26 +0000
Subject: [PATCH] Deployed e2b854d3af to master with MkDocs 1.3.1 and mike
1.1.2
---
.../api/classes/Main.Ipc/index.html | 2 +-
.../api/classes/Renderer.Ipc/index.html | 2 +-
.../index.html | 3833 +----------------
.../api/modules/Renderer.Component/index.html | 95 +-
master/search/search_index.json | 2 +-
master/sitemap.xml.gz | Bin 2298 -> 2298 bytes
6 files changed, 65 insertions(+), 3869 deletions(-)
diff --git a/master/extensions/api/classes/Main.Ipc/index.html b/master/extensions/api/classes/Main.Ipc/index.html
index 203555d6e9..607d79cb1d 100644
--- a/master/extensions/api/classes/Main.Ipc/index.html
+++ b/master/extensions/api/classes/Main.Ipc/index.html
@@ -918,7 +918,7 @@
[IpcPrefix]
• Readonly [IpcPrefix]: string
Inherited from
-IpcRegistrar.__@IpcPrefix@76634
+IpcRegistrar.__@IpcPrefix@72942
extension
• Protected extension: LensExtension<LensExtensionDependencies>
diff --git a/master/extensions/api/classes/Renderer.Ipc/index.html b/master/extensions/api/classes/Renderer.Ipc/index.html
index 4fe8fe291d..3d42a4a235 100644
--- a/master/extensions/api/classes/Renderer.Ipc/index.html
+++ b/master/extensions/api/classes/Renderer.Ipc/index.html
@@ -918,7 +918,7 @@
[IpcPrefix]
• Readonly [IpcPrefix]: string
Inherited from
-IpcRegistrar.__@IpcPrefix@76634
+IpcRegistrar.__@IpcPrefix@72942
extension
• Protected extension: LensExtension<LensExtensionDependencies>
diff --git a/master/extensions/api/interfaces/Renderer.Component.SwitcherProps/index.html b/master/extensions/api/interfaces/Renderer.Component.SwitcherProps/index.html
index 7dc22cedb5..7344b50531 100644
--- a/master/extensions/api/interfaces/Renderer.Component.SwitcherProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.SwitcherProps/index.html
@@ -711,13 +711,6 @@
@@ -2769,1900 +795,53 @@
Interface: SwitcherProps
Renderer.Component.SwitcherProps
-Hierarchy
-
-↳ SwitcherProps
Table of contents
Properties
Properties
-TouchRippleProps
-• Optional TouchRippleProps: Partial<TouchRippleProps>
-Props applied to the TouchRipple element.
-Inherited from
-SwitchProps.TouchRippleProps
-
-about
-• Optional about: string
-Inherited from
-SwitchProps.about
-
-accessKey
-• Optional accessKey: string
-Inherited from
-SwitchProps.accessKey
-
-action
-• Optional action: Ref<ButtonBaseActions>
-A ref for imperative actions.
-It currently only supports focusVisible() action.
-Inherited from
-SwitchProps.action
-
-aria-activedescendant
-• Optional aria-activedescendant: string
-Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
-Inherited from
-SwitchProps.aria-activedescendant
-
-aria-atomic
-• Optional aria-atomic: Booleanish
-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.
-Inherited from
-SwitchProps.aria-atomic
-
-aria-autocomplete
-• Optional aria-autocomplete: "none" | "list" | "both" | "inline"
-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.
-Inherited from
-SwitchProps.aria-autocomplete
-
-aria-busy
-• Optional aria-busy: Booleanish
-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.
-Inherited from
-SwitchProps.aria-busy
-
-aria-checked
-• Optional aria-checked: boolean | "true" | "false" | "mixed"
-Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
-see - aria-pressed
- - aria-selected.
-Inherited from
-SwitchProps.aria-checked
-
-aria-colcount
-• Optional aria-colcount: number
-Defines the total number of columns in a table, grid, or treegrid.
-see aria-colindex.
-Inherited from
-SwitchProps.aria-colcount
-
-aria-colindex
-• Optional aria-colindex: number
-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
- - aria-colspan.
-Inherited from
-SwitchProps.aria-colindex
-
-aria-colspan
-• Optional aria-colspan: number
-Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
-see - aria-colindex
- - aria-rowspan.
-Inherited from
-SwitchProps.aria-colspan
-
-aria-controls
-• Optional aria-controls: string
-Identifies the element (or elements) whose contents or presence are controlled by the current element.
-see aria-owns.
-Inherited from
-SwitchProps.aria-controls
-
-aria-current
-• Optional aria-current: boolean | "time" | "date" | "true" | "false" | "page" | "step" | "location"
-Indicates the element that represents the current item within a container or set of related elements.
-Inherited from
-SwitchProps.aria-current
-
-aria-describedby
-• Optional aria-describedby: string
-Identifies the element (or elements) that describes the object.
-see aria-labelledby
-Inherited from
-SwitchProps.aria-describedby
-
-aria-details
-• Optional aria-details: string
-Identifies the element that provides a detailed, extended description for the object.
-see aria-describedby.
-Inherited from
-SwitchProps.aria-details
-
-aria-disabled
-• Optional aria-disabled: Booleanish
-Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
-see - aria-hidden
- - aria-readonly.
-Inherited from
-SwitchProps.aria-disabled
-
-aria-dropeffect
-• Optional aria-dropeffect: "link" | "none" | "copy" | "move" | "execute" | "popup"
-Indicates what functions can be performed when a dragged object is released on the drop target.
-deprecated in ARIA 1.1
-Inherited from
-SwitchProps.aria-dropeffect
-
-aria-errormessage
-• Optional aria-errormessage: string
-Identifies the element that provides an error message for the object.
-see - aria-invalid
- - aria-describedby.
-Inherited from
-SwitchProps.aria-errormessage
-
-aria-expanded
-• Optional aria-expanded: Booleanish
-Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
-Inherited from
-SwitchProps.aria-expanded
-
-aria-flowto
-• Optional aria-flowto: string
-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.
-Inherited from
-SwitchProps.aria-flowto
-
-aria-grabbed
-• Optional aria-grabbed: Booleanish
-Indicates an element's "grabbed" state in a drag-and-drop operation.
-deprecated in ARIA 1.1
-Inherited from
-SwitchProps.aria-grabbed
-
-
-• Optional aria-haspopup: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false"
-Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
-Inherited from
-SwitchProps.aria-haspopup
-
-aria-hidden
-• Optional aria-hidden: Booleanish
-Indicates whether the element is exposed to an accessibility API.
-see aria-disabled.
-Inherited from
-SwitchProps.aria-hidden
-
-aria-invalid
-• Optional aria-invalid: boolean | "true" | "false" | "grammar" | "spelling"
-Indicates the entered value does not conform to the format expected by the application.
-see aria-errormessage.
-Inherited from
-SwitchProps.aria-invalid
-
-aria-keyshortcuts
-• Optional aria-keyshortcuts: string
-Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
-Inherited from
-SwitchProps.aria-keyshortcuts
-
-aria-label
-• Optional aria-label: string
-Defines a string value that labels the current element.
-see aria-labelledby.
-Inherited from
-SwitchProps.aria-label
-
-aria-labelledby
-• Optional aria-labelledby: string
-Identifies the element (or elements) that labels the current element.
-see aria-describedby.
-Inherited from
-SwitchProps.aria-labelledby
-
-aria-level
-• Optional aria-level: number
-Defines the hierarchical level of an element within a structure.
-Inherited from
-SwitchProps.aria-level
-
-aria-live
-• Optional aria-live: "off" | "assertive" | "polite"
-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.
-Inherited from
-SwitchProps.aria-live
-
-aria-modal
-• Optional aria-modal: Booleanish
-Indicates whether an element is modal when displayed.
-Inherited from
-SwitchProps.aria-modal
-
-aria-multiline
-• Optional aria-multiline: Booleanish
-Indicates whether a text box accepts multiple lines of input or only a single line.
-Inherited from
-SwitchProps.aria-multiline
-
-aria-multiselectable
-• Optional aria-multiselectable: Booleanish
-Indicates that the user may select more than one item from the current selectable descendants.
-Inherited from
-SwitchProps.aria-multiselectable
-
-aria-orientation
-• Optional aria-orientation: "horizontal" | "vertical"
-Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
-Inherited from
-SwitchProps.aria-orientation
-
-aria-owns
-• Optional aria-owns: string
-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.
-Inherited from
-SwitchProps.aria-owns
-
-aria-placeholder
-• Optional aria-placeholder: string
-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.
-Inherited from
-SwitchProps.aria-placeholder
-
-aria-posinset
-• Optional aria-posinset: number
-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.
-Inherited from
-SwitchProps.aria-posinset
-
-aria-pressed
-• Optional aria-pressed: boolean | "true" | "false" | "mixed"
-Indicates the current "pressed" state of toggle buttons.
-see - aria-checked
- - aria-selected.
-Inherited from
-SwitchProps.aria-pressed
-
-aria-readonly
-• Optional aria-readonly: Booleanish
-Indicates that the element is not editable, but is otherwise operable.
-see aria-disabled.
-Inherited from
-SwitchProps.aria-readonly
-
-aria-relevant
-• Optional aria-relevant: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"
-Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
-see aria-atomic.
-Inherited from
-SwitchProps.aria-relevant
-
-aria-required
-• Optional aria-required: Booleanish
-Indicates that user input is required on the element before a form may be submitted.
-Inherited from
-SwitchProps.aria-required
-
-aria-roledescription
-• Optional aria-roledescription: string
-Defines a human-readable, author-localized description for the role of an element.
-Inherited from
-SwitchProps.aria-roledescription
-
-aria-rowcount
-• Optional aria-rowcount: number
-Defines the total number of rows in a table, grid, or treegrid.
-see aria-rowindex.
-Inherited from
-SwitchProps.aria-rowcount
-
-aria-rowindex
-• Optional aria-rowindex: number
-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
- - aria-rowspan.
-Inherited from
-SwitchProps.aria-rowindex
-
-aria-rowspan
-• Optional aria-rowspan: number
-Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
-see - aria-rowindex
- - aria-colspan.
-Inherited from
-SwitchProps.aria-rowspan
-
-aria-selected
-• Optional aria-selected: Booleanish
-Indicates the current "selected" state of various widgets.
-see - aria-checked
- - aria-pressed.
-Inherited from
-SwitchProps.aria-selected
-
-aria-setsize
-• Optional aria-setsize: number
-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.
-Inherited from
-SwitchProps.aria-setsize
-
-aria-sort
-• Optional aria-sort: "none" | "ascending" | "descending" | "other"
-Indicates if items in a table or grid are sorted in ascending or descending order.
-Inherited from
-SwitchProps.aria-sort
-
-aria-valuemax
-• Optional aria-valuemax: number
-Defines the maximum allowed value for a range widget.
-Inherited from
-SwitchProps.aria-valuemax
-
-aria-valuemin
-• Optional aria-valuemin: number
-Defines the minimum allowed value for a range widget.
-Inherited from
-SwitchProps.aria-valuemin
-
-aria-valuenow
-• Optional aria-valuenow: number
-Defines the current value for a range widget.
-see aria-valuetext.
-Inherited from
-SwitchProps.aria-valuenow
-
-aria-valuetext
-• Optional aria-valuetext: string
-Defines the human readable text alternative of aria-valuenow for a range widget.
-Inherited from
-SwitchProps.aria-valuetext
-
-autoCapitalize
-• Optional autoCapitalize: string
-Inherited from
-SwitchProps.autoCapitalize
-
-autoCorrect
-• Optional autoCorrect: string
-Inherited from
-SwitchProps.autoCorrect
-
-autoFocus
-• Optional autoFocus: boolean
-Inherited from
-SwitchProps.autoFocus
-
-autoSave
-• Optional autoSave: string
-Inherited from
-SwitchProps.autoSave
-
-centerRipple
-• Optional centerRipple: boolean
-If true, the ripples will be centered.
-They won't start at the cursor interaction position.
-Inherited from
-SwitchProps.centerRipple
-
checked
• Optional checked: boolean
-If true, the component is checked.
-Inherited from
-SwitchProps.checked
-checkedIcon
-• Optional checkedIcon: ReactNode
-The icon to display when the component is checked.
-Inherited from
-SwitchProps.checkedIcon
-
-className
-• Optional className: string
-Inherited from
-SwitchProps.className
-
-classes
-• classes: Styles
-Overrides
-SwitchProps.classes
-
-color
-• Optional color: "default" | "primary" | "secondary"
-The color of the component. It supports those theme colors that make sense for this component.
-Inherited from
-SwitchProps.color
-
-contentEditable
-• Optional contentEditable: "inherit" | Booleanish
-Inherited from
-SwitchProps.contentEditable
-
-
-• Optional contextMenu: string
-Inherited from
-SwitchProps.contextMenu
-
-dangerouslySetInnerHTML
-• Optional dangerouslySetInnerHTML: Object
-Type declaration
-
-
-
-| Name |
-Type |
-
-
-
-
-__html |
-string |
-
-
-
-Inherited from
-SwitchProps.dangerouslySetInnerHTML
-
-datatype
-• Optional datatype: string
-Inherited from
-SwitchProps.datatype
-
-defaultChecked
-• Optional defaultChecked: boolean
-Inherited from
-SwitchProps.defaultChecked
-
-defaultValue
-• Optional defaultValue: string | number | readonly string[]
-Inherited from
-SwitchProps.defaultValue
-
-dir
-• Optional dir: string
-Inherited from
-SwitchProps.dir
-
-disableFocusRipple
-• Optional disableFocusRipple: boolean
-Inherited from
-SwitchProps.disableFocusRipple
-
-disableRipple
-• Optional disableRipple: boolean
-If true, the ripple effect will be disabled.
-Inherited from
-SwitchProps.disableRipple
-
-disableTouchRipple
-• Optional disableTouchRipple: boolean
-If true, the touch ripple effect will be disabled.
-Inherited from
-SwitchProps.disableTouchRipple
+children
+• Optional children: ReactNode
disabled
• Optional disabled: boolean
-If true, the switch will be disabled.
-Inherited from
-SwitchProps.disabled
-
-draggable
-• Optional draggable: Booleanish
-Inherited from
-SwitchProps.draggable
-
-edge
-• Optional edge: false | "end" | "start"
-If given, uses a negative margin to counteract the padding on one
-side (this is often helpful for aligning the left or right
-side of the icon with content above or below, without ruining the border
-size and shape).
-Inherited from
-SwitchProps.edge
-
-focusRipple
-• Optional focusRipple: boolean
-If true, the base button will have a keyboard focus ripple.
-Inherited from
-SwitchProps.focusRipple
-
-focusVisibleClassName
-• Optional focusVisibleClassName: string
-This prop can help identify which element has keyboard focus.
-The class name will be applied when the element gains the focus through keyboard interaction.
-It's a polyfill for the CSS :focus-visible selector.
-The rationale for using this feature is explained here.
-A polyfill can be used to apply a focus-visible class to other components
-if needed.
-Inherited from
-SwitchProps.focusVisibleClassName
-
-
-• Optional form: string
-Inherited from
-SwitchProps.form
-
-
-• Optional formAction: string
-Inherited from
-SwitchProps.formAction
-
-
-• Optional formEncType: string
-Inherited from
-SwitchProps.formEncType
-
-
-• Optional formMethod: string
-Inherited from
-SwitchProps.formMethod
-
-
-• Optional formNoValidate: boolean
-Inherited from
-SwitchProps.formNoValidate
-
-
-• Optional formTarget: string
-Inherited from
-SwitchProps.formTarget
-
-hidden
-• Optional hidden: boolean
-Inherited from
-SwitchProps.hidden
-
-icon
-• Optional icon: ReactNode
-The icon to display when the component is unchecked.
-Inherited from
-SwitchProps.icon
-
-id
-• Optional id: string
-The id of the input element.
-Inherited from
-SwitchProps.id
-
-inlist
-• Optional inlist: any
-Inherited from
-SwitchProps.inlist
-
-innerRef
-• Optional innerRef: Ref<any>
-Inherited from
-SwitchProps.innerRef
-
-
-• Optional inputMode: "search" | "url" | "none" | "text" | "tel" | "email" | "numeric" | "decimal"
-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
-Inherited from
-SwitchProps.inputMode
-
-
-• Optional inputProps: InputHTMLAttributes<HTMLInputElement>
-Attributes applied to the input element.
-Inherited from
-SwitchProps.inputProps
-
-
-• Optional inputRef: Ref<any>
-Pass a ref to the input element.
-Inherited from
-SwitchProps.inputRef
-
-is
-• Optional is: string
-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
-Inherited from
-SwitchProps.is
-
-itemID
-• Optional itemID: string
-Inherited from
-SwitchProps.itemID
-
-itemProp
-• Optional itemProp: string
-Inherited from
-SwitchProps.itemProp
-
-itemRef
-• Optional itemRef: string
-Inherited from
-SwitchProps.itemRef
-
-itemScope
-• Optional itemScope: boolean
-Inherited from
-SwitchProps.itemScope
-
-itemType
-• Optional itemType: string
-Inherited from
-SwitchProps.itemType
-
-key
-• Optional key: null | Key
-Inherited from
-SwitchProps.key
-
-lang
-• Optional lang: string
-Inherited from
-SwitchProps.lang
name
• Optional name: string
-Name attribute of the input element.
-Inherited from
-SwitchProps.name
-
-onAbort
-• Optional onAbort: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onAbort
-
-onAbortCapture
-• Optional onAbortCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onAbortCapture
-
-onAnimationEnd
-• Optional onAnimationEnd: AnimationEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onAnimationEnd
-
-onAnimationEndCapture
-• Optional onAnimationEndCapture: AnimationEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onAnimationEndCapture
-
-onAnimationIteration
-• Optional onAnimationIteration: AnimationEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onAnimationIteration
-
-onAnimationIterationCapture
-• Optional onAnimationIterationCapture: AnimationEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onAnimationIterationCapture
-
-onAnimationStart
-• Optional onAnimationStart: AnimationEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onAnimationStart
-
-onAnimationStartCapture
-• Optional onAnimationStartCapture: AnimationEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onAnimationStartCapture
-
-onAuxClick
-• Optional onAuxClick: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onAuxClick
-
-onAuxClickCapture
-• Optional onAuxClickCapture: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onAuxClickCapture
-
-
-• Optional onBeforeInput: FormEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onBeforeInput
-
-
-• Optional onBeforeInputCapture: FormEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onBeforeInputCapture
-
-onBlur
-• Optional onBlur: FocusEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onBlur
-
-onBlurCapture
-• Optional onBlurCapture: FocusEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onBlurCapture
-
-onCanPlay
-• Optional onCanPlay: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onCanPlay
-
-onCanPlayCapture
-• Optional onCanPlayCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onCanPlayCapture
-
-onCanPlayThrough
-• Optional onCanPlayThrough: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onCanPlayThrough
-
-onCanPlayThroughCapture
-• Optional onCanPlayThroughCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onCanPlayThroughCapture
onChange
• Optional onChange: (event: ChangeEvent<HTMLInputElement>, checked: boolean) => void
-Type declaration
+Type declaration
▸ (event, checked): void
-Callback fired when the state is changed.
Parameters
| Name |
Type |
-Description |
event |
ChangeEvent<HTMLInputElement> |
-The event source of the callback. You can pull out the new value by accessing event.target.value (string). You can pull out the new checked state by accessing event.target.checked (boolean). |
checked |
boolean |
-- |
Returns
void
-Inherited from
-SwitchProps.onChange
-
-onChangeCapture
-• Optional onChangeCapture: FormEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onChangeCapture
-
-onClick
-• Optional onClick: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onClick
-
-onClickCapture
-• Optional onClickCapture: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onClickCapture
-
-onCompositionEnd
-• Optional onCompositionEnd: CompositionEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onCompositionEnd
-
-onCompositionEndCapture
-• Optional onCompositionEndCapture: CompositionEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onCompositionEndCapture
-
-onCompositionStart
-• Optional onCompositionStart: CompositionEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onCompositionStart
-
-onCompositionStartCapture
-• Optional onCompositionStartCapture: CompositionEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onCompositionStartCapture
-
-onCompositionUpdate
-• Optional onCompositionUpdate: CompositionEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onCompositionUpdate
-
-onCompositionUpdateCapture
-• Optional onCompositionUpdateCapture: CompositionEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onCompositionUpdateCapture
-
-
-• Optional onContextMenu: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onContextMenu
-
-
-• Optional onContextMenuCapture: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onContextMenuCapture
-
-onCopy
-• Optional onCopy: ClipboardEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onCopy
-
-onCopyCapture
-• Optional onCopyCapture: ClipboardEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onCopyCapture
-
-onCut
-• Optional onCut: ClipboardEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onCut
-
-onCutCapture
-• Optional onCutCapture: ClipboardEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onCutCapture
-
-onDoubleClick
-• Optional onDoubleClick: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDoubleClick
-
-onDoubleClickCapture
-• Optional onDoubleClickCapture: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDoubleClickCapture
-
-onDrag
-• Optional onDrag: DragEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDrag
-
-onDragCapture
-• Optional onDragCapture: DragEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDragCapture
-
-onDragEnd
-• Optional onDragEnd: DragEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDragEnd
-
-onDragEndCapture
-• Optional onDragEndCapture: DragEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDragEndCapture
-
-onDragEnter
-• Optional onDragEnter: DragEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDragEnter
-
-onDragEnterCapture
-• Optional onDragEnterCapture: DragEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDragEnterCapture
-
-onDragExit
-• Optional onDragExit: DragEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDragExit
-
-onDragExitCapture
-• Optional onDragExitCapture: DragEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDragExitCapture
-
-onDragLeave
-• Optional onDragLeave: DragEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDragLeave
-
-onDragLeaveCapture
-• Optional onDragLeaveCapture: DragEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDragLeaveCapture
-
-onDragOver
-• Optional onDragOver: DragEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDragOver
-
-onDragOverCapture
-• Optional onDragOverCapture: DragEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDragOverCapture
-
-onDragStart
-• Optional onDragStart: DragEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDragStart
-
-onDragStartCapture
-• Optional onDragStartCapture: DragEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDragStartCapture
-
-onDrop
-• Optional onDrop: DragEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDrop
-
-onDropCapture
-• Optional onDropCapture: DragEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDropCapture
-
-onDurationChange
-• Optional onDurationChange: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDurationChange
-
-onDurationChangeCapture
-• Optional onDurationChangeCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onDurationChangeCapture
-
-onEmptied
-• Optional onEmptied: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onEmptied
-
-onEmptiedCapture
-• Optional onEmptiedCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onEmptiedCapture
-
-onEncrypted
-• Optional onEncrypted: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onEncrypted
-
-onEncryptedCapture
-• Optional onEncryptedCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onEncryptedCapture
-
-onEnded
-• Optional onEnded: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onEnded
-
-onEndedCapture
-• Optional onEndedCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onEndedCapture
-
-onError
-• Optional onError: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onError
-
-onErrorCapture
-• Optional onErrorCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onErrorCapture
-
-onFocus
-• Optional onFocus: FocusEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onFocus
-
-onFocusCapture
-• Optional onFocusCapture: FocusEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onFocusCapture
-
-onFocusVisible
-• Optional onFocusVisible: FocusEventHandler<any>
-Callback fired when the component is focused with a keyboard.
-We trigger a onFocus callback too.
-Inherited from
-SwitchProps.onFocusVisible
-
-onGotPointerCapture
-• Optional onGotPointerCapture: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onGotPointerCapture
-
-onGotPointerCaptureCapture
-• Optional onGotPointerCaptureCapture: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onGotPointerCaptureCapture
-
-
-• Optional onInput: FormEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onInput
-
-
-• Optional onInputCapture: FormEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onInputCapture
-
-onInvalid
-• Optional onInvalid: FormEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onInvalid
-
-onInvalidCapture
-• Optional onInvalidCapture: FormEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onInvalidCapture
-
-onKeyDown
-• Optional onKeyDown: KeyboardEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onKeyDown
-
-onKeyDownCapture
-• Optional onKeyDownCapture: KeyboardEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onKeyDownCapture
-
-onKeyPress
-• Optional onKeyPress: KeyboardEventHandler<HTMLButtonElement>
-deprecated
-Inherited from
-SwitchProps.onKeyPress
-
-onKeyPressCapture
-• Optional onKeyPressCapture: KeyboardEventHandler<HTMLButtonElement>
-deprecated
-Inherited from
-SwitchProps.onKeyPressCapture
-
-onKeyUp
-• Optional onKeyUp: KeyboardEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onKeyUp
-
-onKeyUpCapture
-• Optional onKeyUpCapture: KeyboardEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onKeyUpCapture
-
-onLoad
-• Optional onLoad: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onLoad
-
-onLoadCapture
-• Optional onLoadCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onLoadCapture
-
-onLoadStart
-• Optional onLoadStart: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onLoadStart
-
-onLoadStartCapture
-• Optional onLoadStartCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onLoadStartCapture
-
-onLoadedData
-• Optional onLoadedData: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onLoadedData
-
-onLoadedDataCapture
-• Optional onLoadedDataCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onLoadedDataCapture
-
-
-• Optional onLoadedMetadata: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onLoadedMetadata
-
-
-• Optional onLoadedMetadataCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onLoadedMetadataCapture
-
-onLostPointerCapture
-• Optional onLostPointerCapture: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onLostPointerCapture
-
-onLostPointerCaptureCapture
-• Optional onLostPointerCaptureCapture: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onLostPointerCaptureCapture
-
-onMouseDown
-• Optional onMouseDown: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onMouseDown
-
-onMouseDownCapture
-• Optional onMouseDownCapture: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onMouseDownCapture
-
-onMouseEnter
-• Optional onMouseEnter: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onMouseEnter
-
-onMouseLeave
-• Optional onMouseLeave: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onMouseLeave
-
-onMouseMove
-• Optional onMouseMove: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onMouseMove
-
-onMouseMoveCapture
-• Optional onMouseMoveCapture: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onMouseMoveCapture
-
-onMouseOut
-• Optional onMouseOut: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onMouseOut
-
-onMouseOutCapture
-• Optional onMouseOutCapture: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onMouseOutCapture
-
-onMouseOver
-• Optional onMouseOver: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onMouseOver
-
-onMouseOverCapture
-• Optional onMouseOverCapture: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onMouseOverCapture
-
-onMouseUp
-• Optional onMouseUp: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onMouseUp
-
-onMouseUpCapture
-• Optional onMouseUpCapture: MouseEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onMouseUpCapture
-
-onPaste
-• Optional onPaste: ClipboardEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPaste
-
-onPasteCapture
-• Optional onPasteCapture: ClipboardEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPasteCapture
-
-onPause
-• Optional onPause: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPause
-
-onPauseCapture
-• Optional onPauseCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPauseCapture
-
-onPlay
-• Optional onPlay: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPlay
-
-onPlayCapture
-• Optional onPlayCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPlayCapture
-
-onPlaying
-• Optional onPlaying: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPlaying
-
-onPlayingCapture
-• Optional onPlayingCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPlayingCapture
-
-onPointerCancel
-• Optional onPointerCancel: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPointerCancel
-
-onPointerCancelCapture
-• Optional onPointerCancelCapture: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPointerCancelCapture
-
-onPointerDown
-• Optional onPointerDown: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPointerDown
-
-onPointerDownCapture
-• Optional onPointerDownCapture: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPointerDownCapture
-
-onPointerEnter
-• Optional onPointerEnter: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPointerEnter
-
-onPointerEnterCapture
-• Optional onPointerEnterCapture: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPointerEnterCapture
-
-onPointerLeave
-• Optional onPointerLeave: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPointerLeave
-
-onPointerLeaveCapture
-• Optional onPointerLeaveCapture: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPointerLeaveCapture
-
-onPointerMove
-• Optional onPointerMove: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPointerMove
-
-onPointerMoveCapture
-• Optional onPointerMoveCapture: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPointerMoveCapture
-
-onPointerOut
-• Optional onPointerOut: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPointerOut
-
-onPointerOutCapture
-• Optional onPointerOutCapture: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPointerOutCapture
-
-onPointerOver
-• Optional onPointerOver: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPointerOver
-
-onPointerOverCapture
-• Optional onPointerOverCapture: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPointerOverCapture
-
-onPointerUp
-• Optional onPointerUp: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPointerUp
-
-onPointerUpCapture
-• Optional onPointerUpCapture: PointerEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onPointerUpCapture
-
-onProgress
-• Optional onProgress: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onProgress
-
-onProgressCapture
-• Optional onProgressCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onProgressCapture
-
-onRateChange
-• Optional onRateChange: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onRateChange
-
-onRateChangeCapture
-• Optional onRateChangeCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onRateChangeCapture
-
-onReset
-• Optional onReset: FormEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onReset
-
-onResetCapture
-• Optional onResetCapture: FormEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onResetCapture
-
-
-• Optional onScroll: UIEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onScroll
-
-
-• Optional onScrollCapture: UIEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onScrollCapture
-
-onSeeked
-• Optional onSeeked: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onSeeked
-
-onSeekedCapture
-• Optional onSeekedCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onSeekedCapture
-
-onSeeking
-• Optional onSeeking: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onSeeking
-
-onSeekingCapture
-• Optional onSeekingCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onSeekingCapture
-
-onSelect
-• Optional onSelect: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onSelect
-
-onSelectCapture
-• Optional onSelectCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onSelectCapture
-
-onStalled
-• Optional onStalled: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onStalled
-
-onStalledCapture
-• Optional onStalledCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onStalledCapture
-
-onSubmit
-• Optional onSubmit: FormEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onSubmit
-
-onSubmitCapture
-• Optional onSubmitCapture: FormEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onSubmitCapture
-
-onSuspend
-• Optional onSuspend: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onSuspend
-
-onSuspendCapture
-• Optional onSuspendCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onSuspendCapture
-
-onTimeUpdate
-• Optional onTimeUpdate: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onTimeUpdate
-
-onTimeUpdateCapture
-• Optional onTimeUpdateCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onTimeUpdateCapture
-
-onTouchCancel
-• Optional onTouchCancel: TouchEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onTouchCancel
-
-onTouchCancelCapture
-• Optional onTouchCancelCapture: TouchEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onTouchCancelCapture
-
-onTouchEnd
-• Optional onTouchEnd: TouchEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onTouchEnd
-
-onTouchEndCapture
-• Optional onTouchEndCapture: TouchEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onTouchEndCapture
-
-onTouchMove
-• Optional onTouchMove: TouchEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onTouchMove
-
-onTouchMoveCapture
-• Optional onTouchMoveCapture: TouchEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onTouchMoveCapture
-
-onTouchStart
-• Optional onTouchStart: TouchEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onTouchStart
-
-onTouchStartCapture
-• Optional onTouchStartCapture: TouchEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onTouchStartCapture
-
-onTransitionEnd
-• Optional onTransitionEnd: TransitionEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onTransitionEnd
-
-onTransitionEndCapture
-• Optional onTransitionEndCapture: TransitionEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onTransitionEndCapture
-
-onVolumeChange
-• Optional onVolumeChange: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onVolumeChange
-
-onVolumeChangeCapture
-• Optional onVolumeChangeCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onVolumeChangeCapture
-
-onWaiting
-• Optional onWaiting: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onWaiting
-
-onWaitingCapture
-• Optional onWaitingCapture: ReactEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onWaitingCapture
-
-onWheel
-• Optional onWheel: WheelEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onWheel
-
-onWheelCapture
-• Optional onWheelCapture: WheelEventHandler<HTMLButtonElement>
-Inherited from
-SwitchProps.onWheelCapture
-
-placeholder
-• Optional placeholder: string
-Inherited from
-SwitchProps.placeholder
-
-prefix
-• Optional prefix: string
-Inherited from
-SwitchProps.prefix
-
-property
-• Optional property: string
-Inherited from
-SwitchProps.property
-
-radioGroup
-• Optional radioGroup: string
-Inherited from
-SwitchProps.radioGroup
-
-readOnly
-• Optional readOnly: boolean
-Inherited from
-SwitchProps.readOnly
-
-ref
-• Optional ref: null | (instance: null | HTMLButtonElement) => void | RefObject<HTMLButtonElement>
-Inherited from
-SwitchProps.ref
-
-required
-• Optional required: boolean
-If true, the input element will be required.
-Inherited from
-SwitchProps.required
-
-resource
-• Optional resource: string
-Inherited from
-SwitchProps.resource
-
-results
-• Optional results: number
-Inherited from
-SwitchProps.results
-
-role
-• Optional role: AriaRole
-Inherited from
-SwitchProps.role
-
-security
-• Optional security: string
-Inherited from
-SwitchProps.security
-
-size
-• Optional size: "small" | "medium"
-The size of the switch.
-small is equivalent to the dense switch styling.
-Inherited from
-SwitchProps.size
-
-slot
-• Optional slot: string
-Inherited from
-SwitchProps.slot
-
-spellCheck
-• Optional spellCheck: Booleanish
-Inherited from
-SwitchProps.spellCheck
-
-style
-• Optional style: CSSProperties
-Inherited from
-SwitchProps.style
-
-suppressContentEditableWarning
-• Optional suppressContentEditableWarning: boolean
-Inherited from
-SwitchProps.suppressContentEditableWarning
-
-suppressHydrationWarning
-• Optional suppressHydrationWarning: boolean
-Inherited from
-SwitchProps.suppressHydrationWarning
-
-tabIndex
-• Optional tabIndex: number
-Inherited from
-SwitchProps.tabIndex
-
-title
-• Optional title: string
-Inherited from
-SwitchProps.title
-
-translate
-• Optional translate: "yes" | "no"
-Inherited from
-SwitchProps.translate
-
-type
-• Optional type: HTMLInputTypeAttribute
-Inherited from
-SwitchProps.type
-
-typeof
-• Optional typeof: string
-Inherited from
-SwitchProps.typeof
-
-unselectable
-• Optional unselectable: "on" | "off"
-Inherited from
-SwitchProps.unselectable
-
-value
-• Optional value: unknown
-The value of the component. The DOM API casts this to a string.
-The browser uses "on" as the default value.
-Inherited from
-SwitchProps.value
-
-vocab
-• Optional vocab: string
-Inherited from
-SwitchProps.vocab
diff --git a/master/extensions/api/modules/Renderer.Component/index.html b/master/extensions/api/modules/Renderer.Component/index.html
index 1a53aba474..7acca2ddc9 100644
--- a/master/extensions/api/modules/Renderer.Component/index.html
+++ b/master/extensions/api/modules/Renderer.Component/index.html
@@ -974,13 +974,6 @@
MenuContext
-
-
-
-
- Switcher
-
-
@@ -1253,6 +1246,13 @@
Switch
+
+
+
+
+ Switcher
+
+
@@ -1494,7 +1494,6 @@
CommandOverlay
InputValidators
MenuContext
-Switcher
cpuOptions
logTabStore
memoryOptions
@@ -1535,6 +1534,7 @@
StatusBrick
SubMenu
Switch
+Switcher
TabLayout
Table
asyncInputValidator
@@ -1893,10 +1893,6 @@
• Const MenuContext: Context<null | Menu>
-Switcher
-• Const Switcher: ComponentType<Pick<SwitcherProps, "key" | "value" | "id" | "icon" | "prefix" | "name" | "className" | "dir" | "form" | "slot" | "style" | "title" | "onChange" | "size" | "defaultValue" | "tabIndex" | "readOnly" | "required" | "ref" | "role" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "disabled" | "innerRef" | "type" | "inputProps" | "checked" | "action" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "checkedIcon" | "disableFocusRipple" | "edge" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "inputRef"> & StyledComponentProps<"track" | "checked" | "root" | "thumb" | "focusVisible" | "switchBase">>
-deprecated Use instead from "../switch.tsx".
-
cpuOptions
• Const cpuOptions: ChartOptions
@@ -2140,7 +2136,7 @@
Element
-▸ FormSwitch(props): Element
+▸ FormSwitch(props): FunctionComponentElement<any>
deprecated Use instead from "../switch.tsx".
Parameters
@@ -2153,12 +2149,12 @@
props |
-FormControlLabelProps |
+FormControlLabelProps & { children?: ReactNode } |
Returns
-Element
+FunctionComponentElement<any>
Icon
▸ Icon(props, context?): null | ReactElement<any, any>
@@ -2719,9 +2715,30 @@
Returns
Element
+Switcher
+▸ Switcher(__namedParameters): Element
+deprecated Use instead from "../switch.tsx".
+Parameters
+
+Returns
+Element
+
TabLayout
▸ TabLayout(__namedParameters): Element
-Parameters
+Parameters
-Returns
+Returns
Element
Table
@@ -2754,7 +2771,7 @@
-Parameters
+Parameters
-Returns
+Returns
ReactElement<any, string | JSXElementConstructor<any>>
▸ asyncInputValidator(validator): AsyncInputValidator
A helper function to create an AsyncInputValidator
-Parameters
+Parameters
-Returns
+Returns
AsyncInputValidator
createTerminalTab
▸ createTerminalTab(tabParams?): Required<DockTabCreate>
-Parameters
+Parameters
-Returns
+Returns
Required<DockTabCreate>
getDetailsUrl
▸ getDetailsUrl(selfLink, resetSelected?, mergeGlobals?): string
deprecated use di.inject(getDetailsUrlInjectable) instead
-Parameters
+Parameters
-Returns
+Returns
string
▸ inputValidator(validator): SyncInputValidator
A helper function to create an SyncInputValidator
-Parameters
+Parameters
-Returns
+Returns
SyncInputValidator
isAsyncValidator
▸ isAsyncValidator(validator): validator is AsyncInputValidator
-Parameters
+Parameters
-Returns
+Returns
validator is AsyncInputValidator
isSvg
▸ isSvg(content): boolean
-Parameters
+Parameters
-Returns
+Returns
boolean
onMultiSelectFor
@@ -2928,7 +2945,7 @@
-Parameters
+Parameters
-Returns
+Returns
SelectProps<Value, Option, true, Group>["onChange"]
showDetails
▸ showDetails(selfLink, resetSelected?): void
default resetSelected true
-Parameters
+Parameters
-Returns
+Returns
void
▸ unionInputValidatorsAsync(baseValidator, ...validators): AsyncInputValidator
Create a new input validator from a list of syncronous or async input validators. Will match as
valid if one of the input validators matches the input
-Parameters
+Parameters
@@ -2997,7 +3014,7 @@ valid if one of the input validators matches the input
-Returns
+Returns
AsyncInputValidator
@@ -3015,7 +3032,7 @@ valid if one of the input validators matches the input