ILoadingPanelProps
@spartanfx/react / index / ILoadingPanelProps
Interface: ILoadingPanelProps
Props for the LoadingPanel component, extending Fluent UI's IPanelProps.
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
about? | string | - | IPanelProps.about |
accessKey? | string | - | IPanelProps.accessKey |
allowTouchBodyScroll? | boolean | Allow body scroll on content and overlay on touch devices. Changing after mounting has no effect. Defaultvalue false | IPanelProps.allowTouchBodyScroll |
aria-activedescendant? | string | Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. | IPanelProps.aria-activedescendant |
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. | IPanelProps.aria-atomic |
aria-autocomplete? | "list" | "none" | "inline" | "both" | 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. | IPanelProps.aria-autocomplete |
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. | IPanelProps.aria-busy |
aria-checked? | boolean | "true" | "false" | "mixed" | Indicates the current "checked" state of checkboxes, radio buttons, and other widgets. See - aria-pressed - aria-selected. | IPanelProps.aria-checked |
aria-colcount? | number | Defines the total number of columns in a table, grid, or treegrid. See aria-colindex. | IPanelProps.aria-colcount |
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. | IPanelProps.aria-colindex |
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. | IPanelProps.aria-colspan |
aria-controls? | string | Identifies the element (or elements) whose contents or presence are controlled by the current element. See aria-owns. | IPanelProps.aria-controls |
aria-current? | boolean | "true" | "false" | "time" | "page" | "step" | "location" | "date" | Indicates the element that represents the current item within a container or set of related elements. | IPanelProps.aria-current |
aria-describedby? | string | Identifies the element (or elements) that describes the object. See aria-labelledby | IPanelProps.aria-describedby |
aria-details? | string | Identifies the element that provides a detailed, extended description for the object. See aria-describedby. | IPanelProps.aria-details |
aria-disabled? | Booleanish | Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. See - aria-hidden - aria-readonly. | IPanelProps.aria-disabled |
aria-dropeffect? | "link" | "none" | "copy" | "execute" | "move" | "popup" | Indicates what functions can be performed when a dragged object is released on the drop target. Deprecated in ARIA 1.1 | IPanelProps.aria-dropeffect |
aria-errormessage? | string | Identifies the element that provides an error message for the object. See - aria-invalid - aria-describedby. | IPanelProps.aria-errormessage |
aria-expanded? | Booleanish | Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. | IPanelProps.aria-expanded |
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. | IPanelProps.aria-flowto |
aria-grabbed? | Booleanish | Indicates an element's "grabbed" state in a drag-and-drop operation. Deprecated in ARIA 1.1 | IPanelProps.aria-grabbed |
aria-haspopup? | | boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. | IPanelProps.aria-haspopup |
aria-hidden? | Booleanish | Indicates whether the element is exposed to an accessibility API. See aria-disabled. | IPanelProps.aria-hidden |
aria-invalid? | boolean | "true" | "false" | "grammar" | "spelling" | Indicates the entered value does not conform to the format expected by the application. See aria-errormessage. | IPanelProps.aria-invalid |
aria-keyshortcuts? | string | Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. | IPanelProps.aria-keyshortcuts |
aria-label? | string | Defines a string value that labels the current element. See aria-labelledby. | IPanelProps.aria-label |
aria-labelledby? | string | Identifies the element (or elements) that labels the current element. See aria-describedby. | IPanelProps.aria-labelledby |
aria-level? | number | Defines the hierarchical level of an element within a structure. | IPanelProps.aria-level |
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. | IPanelProps.aria-live |
aria-modal? | Booleanish | Indicates whether an element is modal when displayed. | IPanelProps.aria-modal |
aria-multiline? | Booleanish | Indicates whether a text box accepts multiple lines of input or only a single line. | IPanelProps.aria-multiline |
aria-multiselectable? | Booleanish | Indicates that the user may select more than one item from the current selectable descendants. | IPanelProps.aria-multiselectable |
aria-orientation? | "horizontal" | "vertical" | Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. | IPanelProps.aria-orientation |
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. | IPanelProps.aria-owns |
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. | IPanelProps.aria-placeholder |
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. | IPanelProps.aria-posinset |
aria-pressed? | boolean | "true" | "false" | "mixed" | Indicates the current "pressed" state of toggle buttons. See - aria-checked - aria-selected. | IPanelProps.aria-pressed |
aria-readonly? | Booleanish | Indicates that the element is not editable, but is otherwise operable. See aria-disabled. | IPanelProps.aria-readonly |
aria-relevant? | | "all" | "text" | "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. | IPanelProps.aria-relevant |
aria-required? | Booleanish | Indicates that user input is required on the element before a form may be submitted. | IPanelProps.aria-required |
aria-roledescription? | string | Defines a human-readable, author-localized description for the role of an element. | IPanelProps.aria-roledescription |
aria-rowcount? | number | Defines the total number of rows in a table, grid, or treegrid. See aria-rowindex. | IPanelProps.aria-rowcount |
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. | IPanelProps.aria-rowindex |
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. | IPanelProps.aria-rowspan |
aria-selected? | Booleanish | Indicates the current "selected" state of various widgets. See - aria-checked - aria-pressed. | IPanelProps.aria-selected |
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. | IPanelProps.aria-setsize |
aria-sort? | "none" | "ascending" | "descending" | "other" | Indicates if items in a table or grid are sorted in ascending or descending order. | IPanelProps.aria-sort |
aria-valuemax? | number | Defines the maximum allowed value for a range widget. | IPanelProps.aria-valuemax |
aria-valuemin? | number | Defines the minimum allowed value for a range widget. | IPanelProps.aria-valuemin |
aria-valuenow? | number | Defines the current value for a range widget. See aria-valuetext. | IPanelProps.aria-valuenow |
aria-valuetext? | string | Defines the human readable text alternative of aria-valuenow for a range widget. | IPanelProps.aria-valuetext |
autoCapitalize? | string | - | IPanelProps.autoCapitalize |
autoCorrect? | string | - | IPanelProps.autoCorrect |
autoSave? | string | - | IPanelProps.autoSave |
children? | ReactNode | - | IPanelProps.children |
className? | string | Additional css class to apply to the Panel Defaultvalue undefined | IPanelProps.className |
closeButtonAriaLabel? | string | Aria label on close button | IPanelProps.closeButtonAriaLabel |
color? | string | - | IPanelProps.color |
componentId? | string | Deprecated Not used. | IPanelProps.componentId |
componentRef? | IRefObject<IPanel> | Optional callback to access the IPanel interface. Use this instead of ref for accessing the public methods and properties of the component. | IPanelProps.componentRef |
contentEditable? | Booleanish | "inherit" | - | IPanelProps.contentEditable |
contextMenu? | string | - | IPanelProps.contextMenu |
customWidth? | string | Custom panel width, used only when type is set to PanelType.custom. | IPanelProps.customWidth |
dangerouslySetInnerHTML? | object | - | IPanelProps.dangerouslySetInnerHTML |
dangerouslySetInnerHTML.__html | string | - | - |
datatype? | string | - | IPanelProps.datatype |
defaultChecked? | boolean | - | IPanelProps.defaultChecked |
defaultValue? | string | number | readonly string[] | - | IPanelProps.defaultValue |
dir? | string | - | IPanelProps.dir |
draggable? | Booleanish | - | IPanelProps.draggable |
elementToFocusOnDismiss? | HTMLElement | Sets the HTMLElement to focus on when exiting the FocusTrapZone. Defaultvalue The element.target that triggered the Panel. | IPanelProps.elementToFocusOnDismiss |
firstFocusableSelector? | string | Indicates the selector for first focusable item. Deprecated Use focusTrapZoneProps. | IPanelProps.firstFocusableSelector |
focusTrapZoneProps? | IFocusTrapZoneProps | Optional props to pass to the FocusTrapZone component to manage focus in the panel. | IPanelProps.focusTrapZoneProps |
forceFocusInsideTrap? | boolean | Indicates whether Panel should force focus inside the focus trap zone. If not explicitly specified, behavior aligns with FocusTrapZone's default behavior. Deprecated Use focusTrapZoneProps. | IPanelProps.forceFocusInsideTrap |
hasCloseButton? | boolean | Has the close button visible. Defaultvalue true | IPanelProps.hasCloseButton |
headerClassName? | string | Optional parameter to provider the class name for header text | IPanelProps.headerClassName |
headerText? | string | Header text for the Panel. Defaultvalue "" | IPanelProps.headerText |
headerTextProps? | HTMLAttributes<HTMLDivElement> | The props for header text container. | IPanelProps.headerTextProps |
hidden? | boolean | - | IPanelProps.hidden |
id? | string | - | IPanelProps.id |
ignoreExternalFocusing? | boolean | Indicates if this Panel will ignore keeping track of HTMLElement that activated the Zone. Defaultvalue false Deprecated Use focusTrapZoneProps. | IPanelProps.ignoreExternalFocusing |
inlist? | any | - | IPanelProps.inlist |
inputMode? | | "search" | "none" | "text" | "tel" | "url" | "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 | IPanelProps.inputMode |
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 | IPanelProps.is |
isBlocking? | boolean | Whether the panel uses a modal overlay or not Defaultvalue true | IPanelProps.isBlocking |
isFooterAtBottom? | boolean | Determines if content should stretch to fill available space putting footer at the bottom of the page Defaultvalue false | IPanelProps.isFooterAtBottom |
isHiddenOnDismiss? | boolean | Whether the panel is hidden on dismiss, instead of destroyed in the DOM. Protects the contents from being destroyed when the panel is dismissed. Defaultvalue false | IPanelProps.isHiddenOnDismiss |
isLightDismiss? | boolean | Whether the panel can be light dismissed. Defaultvalue false | IPanelProps.isLightDismiss |
isOpen? | boolean | Whether the panel is displayed. If true, will cause panel to stay open even if dismissed. If false, will cause panel to stay hidden. If undefined, will allow the panel to control its own visibility through open/dismiss methods. Defaultvalue undefined | IPanelProps.isOpen |
itemID? | string | - | IPanelProps.itemID |
itemProp? | string | - | IPanelProps.itemProp |
itemRef? | string | - | IPanelProps.itemRef |
itemScope? | boolean | - | IPanelProps.itemScope |
itemType? | string | - | IPanelProps.itemType |
lang? | string | - | IPanelProps.lang |
layerProps? | ILayerProps | Optional props to pass to the Layer component hosting the panel. | IPanelProps.layerProps |
loading? | boolean | Controls whether a loading indicator block is displayed on the panel. Default false | - |
onAbort? | ReactEventHandler<PanelBase> | - | IPanelProps.onAbort |
onAbortCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onAbortCapture |
onAnimationEnd? | AnimationEventHandler<PanelBase> | - | IPanelProps.onAnimationEnd |
onAnimationEndCapture? | AnimationEventHandler<PanelBase> | - | IPanelProps.onAnimationEndCapture |
onAnimationIteration? | AnimationEventHandler<PanelBase> | - | IPanelProps.onAnimationIteration |
onAnimationIterationCapture? | AnimationEventHandler<PanelBase> | - | IPanelProps.onAnimationIterationCapture |
onAnimationStart? | AnimationEventHandler<PanelBase> | - | IPanelProps.onAnimationStart |
onAnimationStartCapture? | AnimationEventHandler<PanelBase> | - | IPanelProps.onAnimationStartCapture |
onAuxClick? | MouseEventHandler<PanelBase> | - | IPanelProps.onAuxClick |
onAuxClickCapture? | MouseEventHandler<PanelBase> | - | IPanelProps.onAuxClickCapture |
onBeforeInput? | FormEventHandler<PanelBase> | - | IPanelProps.onBeforeInput |
onBeforeInputCapture? | FormEventHandler<PanelBase> | - | IPanelProps.onBeforeInputCapture |
onBlur? | FocusEventHandler<PanelBase> | - | IPanelProps.onBlur |
onBlurCapture? | FocusEventHandler<PanelBase> | - | IPanelProps.onBlurCapture |
onCanPlay? | ReactEventHandler<PanelBase> | - | IPanelProps.onCanPlay |
onCanPlayCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onCanPlayCapture |
onCanPlayThrough? | ReactEventHandler<PanelBase> | - | IPanelProps.onCanPlayThrough |
onCanPlayThroughCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onCanPlayThroughCapture |
onChange? | FormEventHandler<PanelBase> | - | IPanelProps.onChange |
onChangeCapture? | FormEventHandler<PanelBase> | - | IPanelProps.onChangeCapture |
onClick? | MouseEventHandler<PanelBase> | - | IPanelProps.onClick |
onClickCapture? | MouseEventHandler<PanelBase> | - | IPanelProps.onClickCapture |
onCompositionEnd? | CompositionEventHandler<PanelBase> | - | IPanelProps.onCompositionEnd |
onCompositionEndCapture? | CompositionEventHandler<PanelBase> | - | IPanelProps.onCompositionEndCapture |
onCompositionStart? | CompositionEventHandler<PanelBase> | - | IPanelProps.onCompositionStart |
onCompositionStartCapture? | CompositionEventHandler<PanelBase> | - | IPanelProps.onCompositionStartCapture |
onCompositionUpdate? | CompositionEventHandler<PanelBase> | - | IPanelProps.onCompositionUpdate |
onCompositionUpdateCapture? | CompositionEventHandler<PanelBase> | - | IPanelProps.onCompositionUpdateCapture |
onContextMenu? | MouseEventHandler<PanelBase> | - | IPanelProps.onContextMenu |
onContextMenuCapture? | MouseEventHandler<PanelBase> | - | IPanelProps.onContextMenuCapture |
onCopy? | ClipboardEventHandler<PanelBase> | - | IPanelProps.onCopy |
onCopyCapture? | ClipboardEventHandler<PanelBase> | - | IPanelProps.onCopyCapture |
onCut? | ClipboardEventHandler<PanelBase> | - | IPanelProps.onCut |
onCutCapture? | ClipboardEventHandler<PanelBase> | - | IPanelProps.onCutCapture |
onDismiss? | (ev?) => void | A callback function for when the panel is closed, before the animation completes. If the panel should NOT be dismissed based on some keyboard event, then simply call ev.preventDefault() on it | IPanelProps.onDismiss |
onDismissed? | () => void | A callback function which is called after the Panel is dismissed and the animation is complete. (If you need to update the Panel's isOpen prop in response to a dismiss event, use onDismiss instead.) | IPanelProps.onDismissed |
onDoubleClick? | MouseEventHandler<PanelBase> | - | IPanelProps.onDoubleClick |
onDoubleClickCapture? | MouseEventHandler<PanelBase> | - | IPanelProps.onDoubleClickCapture |
onDrag? | DragEventHandler<PanelBase> | - | IPanelProps.onDrag |
onDragCapture? | DragEventHandler<PanelBase> | - | IPanelProps.onDragCapture |
onDragEnd? | DragEventHandler<PanelBase> | - | IPanelProps.onDragEnd |
onDragEndCapture? | DragEventHandler<PanelBase> | - | IPanelProps.onDragEndCapture |
onDragEnter? | DragEventHandler<PanelBase> | - | IPanelProps.onDragEnter |
onDragEnterCapture? | DragEventHandler<PanelBase> | - | IPanelProps.onDragEnterCapture |
onDragExit? | DragEventHandler<PanelBase> | - | IPanelProps.onDragExit |
onDragExitCapture? | DragEventHandler<PanelBase> | - | IPanelProps.onDragExitCapture |
onDragLeave? | DragEventHandler<PanelBase> | - | IPanelProps.onDragLeave |
onDragLeaveCapture? | DragEventHandler<PanelBase> | - | IPanelProps.onDragLeaveCapture |
onDragOver? | DragEventHandler<PanelBase> | - | IPanelProps.onDragOver |
onDragOverCapture? | DragEventHandler<PanelBase> | - | IPanelProps.onDragOverCapture |
onDragStart? | DragEventHandler<PanelBase> | - | IPanelProps.onDragStart |
onDragStartCapture? | DragEventHandler<PanelBase> | - | IPanelProps.onDragStartCapture |
onDrop? | DragEventHandler<PanelBase> | - | IPanelProps.onDrop |
onDropCapture? | DragEventHandler<PanelBase> | - | IPanelProps.onDropCapture |
onDurationChange? | ReactEventHandler<PanelBase> | - | IPanelProps.onDurationChange |
onDurationChangeCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onDurationChangeCapture |
onEmptied? | ReactEventHandler<PanelBase> | - | IPanelProps.onEmptied |
onEmptiedCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onEmptiedCapture |
onEncrypted? | ReactEventHandler<PanelBase> | - | IPanelProps.onEncrypted |
onEncryptedCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onEncryptedCapture |
onEnded? | ReactEventHandler<PanelBase> | - | IPanelProps.onEnded |
onEndedCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onEndedCapture |
onError? | ReactEventHandler<PanelBase> | - | IPanelProps.onError |
onErrorCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onErrorCapture |
onFocus? | FocusEventHandler<PanelBase> | - | IPanelProps.onFocus |
onFocusCapture? | FocusEventHandler<PanelBase> | - | IPanelProps.onFocusCapture |
onGotPointerCapture? | PointerEventHandler<PanelBase> | - | IPanelProps.onGotPointerCapture |
onGotPointerCaptureCapture? | PointerEventHandler<PanelBase> | - | IPanelProps.onGotPointerCaptureCapture |
onInput? | FormEventHandler<PanelBase> | - | IPanelProps.onInput |
onInputCapture? | FormEventHandler<PanelBase> | - | IPanelProps.onInputCapture |
onInvalid? | FormEventHandler<PanelBase> | - | IPanelProps.onInvalid |
onInvalidCapture? | FormEventHandler<PanelBase> | - | IPanelProps.onInvalidCapture |
onKeyDown? | KeyboardEventHandler<PanelBase> | - | IPanelProps.onKeyDown |
onKeyDownCapture? | KeyboardEventHandler<PanelBase> | - | IPanelProps.onKeyDownCapture |
onKeyPress? | KeyboardEventHandler<PanelBase> | Deprecated | IPanelProps.onKeyPress |
onKeyPressCapture? | KeyboardEventHandler<PanelBase> | Deprecated | IPanelProps.onKeyPressCapture |
onKeyUp? | KeyboardEventHandler<PanelBase> | - | IPanelProps.onKeyUp |
onKeyUpCapture? | KeyboardEventHandler<PanelBase> | - | IPanelProps.onKeyUpCapture |
onLightDismissClick? | () => void | Optional custom function to handle clicks outside the panel in lightdismiss mode | IPanelProps.onLightDismissClick |
onLoad? | ReactEventHandler<PanelBase> | - | IPanelProps.onLoad |
onLoadCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onLoadCapture |
onLoadedData? | ReactEventHandler<PanelBase> | - | IPanelProps.onLoadedData |
onLoadedDataCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onLoadedDataCapture |
onLoadedMetadata? | ReactEventHandler<PanelBase> | - | IPanelProps.onLoadedMetadata |
onLoadedMetadataCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onLoadedMetadataCapture |
onLoadStart? | ReactEventHandler<PanelBase> | - | IPanelProps.onLoadStart |
onLoadStartCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onLoadStartCapture |
onLostPointerCapture? | PointerEventHandler<PanelBase> | - | IPanelProps.onLostPointerCapture |
onLostPointerCaptureCapture? | PointerEventHandler<PanelBase> | - | IPanelProps.onLostPointerCaptureCapture |
onMouseDown? | MouseEventHandler<PanelBase> | - | IPanelProps.onMouseDown |
onMouseDownCapture? | MouseEventHandler<PanelBase> | - | IPanelProps.onMouseDownCapture |
onMouseEnter? | MouseEventHandler<PanelBase> | - | IPanelProps.onMouseEnter |
onMouseLeave? | MouseEventHandler<PanelBase> | - | IPanelProps.onMouseLeave |
onMouseMove? | MouseEventHandler<PanelBase> | - | IPanelProps.onMouseMove |
onMouseMoveCapture? | MouseEventHandler<PanelBase> | - | IPanelProps.onMouseMoveCapture |
onMouseOut? | MouseEventHandler<PanelBase> | - | IPanelProps.onMouseOut |
onMouseOutCapture? | MouseEventHandler<PanelBase> | - | IPanelProps.onMouseOutCapture |
onMouseOver? | MouseEventHandler<PanelBase> | - | IPanelProps.onMouseOver |
onMouseOverCapture? | MouseEventHandler<PanelBase> | - | IPanelProps.onMouseOverCapture |
onMouseUp? | MouseEventHandler<PanelBase> | - | IPanelProps.onMouseUp |
onMouseUpCapture? | MouseEventHandler<PanelBase> | - | IPanelProps.onMouseUpCapture |
onOpen? | () => void | A callback function for when the Panel is opened, before the animation completes. | IPanelProps.onOpen |
onOpened? | () => void | A callback function for when the Panel is opened, after the animation completes. | IPanelProps.onOpened |
onOuterClick? | (ev?) => void | Optional custom function to handle clicks outside this component | IPanelProps.onOuterClick |
onPaste? | ClipboardEventHandler<PanelBase> | - | IPanelProps.onPaste |
onPasteCapture? | ClipboardEventHandler<PanelBase> | - | IPanelProps.onPasteCapture |
onPause? | ReactEventHandler<PanelBase> | - | IPanelProps.onPause |
onPauseCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onPauseCapture |
onPlay? | ReactEventHandler<PanelBase> | - | IPanelProps.onPlay |
onPlayCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onPlayCapture |
onPlaying? | ReactEventHandler<PanelBase> | - | IPanelProps.onPlaying |
onPlayingCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onPlayingCapture |
onPointerCancel? | PointerEventHandler<PanelBase> | - | IPanelProps.onPointerCancel |
onPointerCancelCapture? | PointerEventHandler<PanelBase> | - | IPanelProps.onPointerCancelCapture |
onPointerDown? | PointerEventHandler<PanelBase> | - | IPanelProps.onPointerDown |
onPointerDownCapture? | PointerEventHandler<PanelBase> | - | IPanelProps.onPointerDownCapture |
onPointerEnter? | PointerEventHandler<PanelBase> | - | IPanelProps.onPointerEnter |
onPointerEnterCapture? | PointerEventHandler<PanelBase> | - | IPanelProps.onPointerEnterCapture |
onPointerLeave? | PointerEventHandler<PanelBase> | - | IPanelProps.onPointerLeave |
onPointerLeaveCapture? | PointerEventHandler<PanelBase> | - | IPanelProps.onPointerLeaveCapture |
onPointerMove? | PointerEventHandler<PanelBase> | - | IPanelProps.onPointerMove |
onPointerMoveCapture? | PointerEventHandler<PanelBase> | - | IPanelProps.onPointerMoveCapture |
onPointerOut? | PointerEventHandler<PanelBase> | - | IPanelProps.onPointerOut |
onPointerOutCapture? | PointerEventHandler<PanelBase> | - | IPanelProps.onPointerOutCapture |
onPointerOver? | PointerEventHandler<PanelBase> | - | IPanelProps.onPointerOver |
onPointerOverCapture? | PointerEventHandler<PanelBase> | - | IPanelProps.onPointerOverCapture |
onPointerUp? | PointerEventHandler<PanelBase> | - | IPanelProps.onPointerUp |
onPointerUpCapture? | PointerEventHandler<PanelBase> | - | IPanelProps.onPointerUpCapture |
onProgress? | ReactEventHandler<PanelBase> | - | IPanelProps.onProgress |
onProgressCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onProgressCapture |
onRateChange? | ReactEventHandler<PanelBase> | - | IPanelProps.onRateChange |
onRateChangeCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onRateChangeCapture |
onRenderBody? | IRenderFunction<IPanelProps> | Optional custom renderer for body region. Replaces any children passed into the component. | IPanelProps.onRenderBody |
onRenderFooter? | IRenderFunction<IPanelProps> | Optional custom renderer for footer region. Replaces sticky footer. | IPanelProps.onRenderFooter |
onRenderFooterContent? | IRenderFunction<IPanelProps> | Custom renderer for content in the sticky footer | IPanelProps.onRenderFooterContent |
onRenderHeader? | IPanelHeaderRenderer | Optional custom renderer for header region. Replaces current title | IPanelProps.onRenderHeader |
onRenderNavigation? | IRenderFunction<IPanelProps> | Optional custom renderer navigation region. Replaces the region that contains the close button. | IPanelProps.onRenderNavigation |
onRenderNavigationContent? | IRenderFunction<IPanelProps> | Optional custom renderer for content in the navigation region. Replaces current close button. | IPanelProps.onRenderNavigationContent |
onReset? | FormEventHandler<PanelBase> | - | IPanelProps.onReset |
onResetCapture? | FormEventHandler<PanelBase> | - | IPanelProps.onResetCapture |
onScroll? | UIEventHandler<PanelBase> | - | IPanelProps.onScroll |
onScrollCapture? | UIEventHandler<PanelBase> | - | IPanelProps.onScrollCapture |
onSeeked? | ReactEventHandler<PanelBase> | - | IPanelProps.onSeeked |
onSeekedCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onSeekedCapture |
onSeeking? | ReactEventHandler<PanelBase> | - | IPanelProps.onSeeking |
onSeekingCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onSeekingCapture |
onSelect? | ReactEventHandler<PanelBase> | - | IPanelProps.onSelect |
onSelectCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onSelectCapture |
onStalled? | ReactEventHandler<PanelBase> | - | IPanelProps.onStalled |
onStalledCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onStalledCapture |
onSubmit? | FormEventHandler<PanelBase> | - | IPanelProps.onSubmit |
onSubmitCapture? | FormEventHandler<PanelBase> | - | IPanelProps.onSubmitCapture |
onSuspend? | ReactEventHandler<PanelBase> | - | IPanelProps.onSuspend |
onSuspendCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onSuspendCapture |
onTimeUpdate? | ReactEventHandler<PanelBase> | - | IPanelProps.onTimeUpdate |
onTimeUpdateCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onTimeUpdateCapture |
onTouchCancel? | TouchEventHandler<PanelBase> | - | IPanelProps.onTouchCancel |
onTouchCancelCapture? | TouchEventHandler<PanelBase> | - | IPanelProps.onTouchCancelCapture |
onTouchEnd? | TouchEventHandler<PanelBase> | - | IPanelProps.onTouchEnd |
onTouchEndCapture? | TouchEventHandler<PanelBase> | - | IPanelProps.onTouchEndCapture |
onTouchMove? | TouchEventHandler<PanelBase> | - | IPanelProps.onTouchMove |
onTouchMoveCapture? | TouchEventHandler<PanelBase> | - | IPanelProps.onTouchMoveCapture |
onTouchStart? | TouchEventHandler<PanelBase> | - | IPanelProps.onTouchStart |
onTouchStartCapture? | TouchEventHandler<PanelBase> | - | IPanelProps.onTouchStartCapture |
onTransitionEnd? | TransitionEventHandler<PanelBase> | - | IPanelProps.onTransitionEnd |
onTransitionEndCapture? | TransitionEventHandler<PanelBase> | - | IPanelProps.onTransitionEndCapture |
onVolumeChange? | ReactEventHandler<PanelBase> | - | IPanelProps.onVolumeChange |
onVolumeChangeCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onVolumeChangeCapture |
onWaiting? | ReactEventHandler<PanelBase> | - | IPanelProps.onWaiting |
onWaitingCapture? | ReactEventHandler<PanelBase> | - | IPanelProps.onWaitingCapture |
onWheel? | WheelEventHandler<PanelBase> | - | IPanelProps.onWheel |
onWheelCapture? | WheelEventHandler<PanelBase> | - | IPanelProps.onWheelCapture |
overlayProps? | IOverlayProps | Optional props to pass to the Overlay component that the panel uses. | IPanelProps.overlayProps |
panelBlockRef? | MutableRefObject<LoadingPanelBlockHandle> | Optional ref that exposes control methods for showing and removing a loading block. | - |
placeholder? | string | - | IPanelProps.placeholder |
popupProps? | IPopupProps | Optional props to pass the Popup component that the panel uses. | IPanelProps.popupProps |
prefix? | string | - | IPanelProps.prefix |
property? | string | - | IPanelProps.property |
radioGroup? | string | - | IPanelProps.radioGroup |
resource? | string | - | IPanelProps.resource |
results? | number | - | IPanelProps.results |
role? | AriaRole | - | IPanelProps.role |
security? | string | - | IPanelProps.security |
slot? | string | - | IPanelProps.slot |
spellCheck? | Booleanish | - | IPanelProps.spellCheck |
style? | CSSProperties | - | IPanelProps.style |
styles? | IStyleFunctionOrObject<IPanelStyleProps, IPanelStyles> | Call to provide customized styling that will layer on top of the variant rules. | IPanelProps.styles |
suppressContentEditableWarning? | boolean | - | IPanelProps.suppressContentEditableWarning |
suppressHydrationWarning? | boolean | - | IPanelProps.suppressHydrationWarning |
tabIndex? | number | - | IPanelProps.tabIndex |
theme? | ITheme | Theme provided by High-Order Component. | IPanelProps.theme |
title? | string | - | IPanelProps.title |
translate? | "no" | "yes" | - | IPanelProps.translate |
type? | PanelType | Type of the panel. Defaultvalue PanelType.smallFixedFar | IPanelProps.type |
typeof? | string | - | IPanelProps.typeof |
unselectable? | "off" | "on" | - | IPanelProps.unselectable |
vocab? | string | - | IPanelProps.vocab |