Skip to main content
Version: 1.1.0

ILoadingPanelProps

@spartanfx/react v1.1.0


@spartanfx/react / index / ILoadingPanelProps

Interface: ILoadingPanelProps

Props for the LoadingPanel component, extending Fluent UI's IPanelProps.

Extends

Properties

PropertyTypeDescriptionInherited from
about?string-IPanelProps.about
accessKey?string-IPanelProps.accessKey
allowTouchBodyScroll?booleanAllow body scroll on content and overlay on touch devices. Changing after mounting has no effect. Defaultvalue falseIPanelProps.allowTouchBodyScroll
aria-activedescendant?stringIdentifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.IPanelProps.aria-activedescendant
aria-atomic?BooleanishIndicates 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?BooleanishIndicates 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?numberDefines the total number of columns in a table, grid, or treegrid. See aria-colindex.IPanelProps.aria-colcount
aria-colindex?numberDefines 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?numberDefines 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?stringIdentifies 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?stringIdentifies the element (or elements) that describes the object. See aria-labelledbyIPanelProps.aria-describedby
aria-details?stringIdentifies the element that provides a detailed, extended description for the object. See aria-describedby.IPanelProps.aria-details
aria-disabled?BooleanishIndicates 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.1IPanelProps.aria-dropeffect
aria-errormessage?stringIdentifies the element that provides an error message for the object. See - aria-invalid - aria-describedby.IPanelProps.aria-errormessage
aria-expanded?BooleanishIndicates whether the element, or another grouping element it controls, is currently expanded or collapsed.IPanelProps.aria-expanded
aria-flowto?stringIdentifies 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?BooleanishIndicates an element's "grabbed" state in a drag-and-drop operation. Deprecated in ARIA 1.1IPanelProps.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?BooleanishIndicates 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?stringIndicates keyboard shortcuts that an author has implemented to activate or give focus to an element.IPanelProps.aria-keyshortcuts
aria-label?stringDefines a string value that labels the current element. See aria-labelledby.IPanelProps.aria-label
aria-labelledby?stringIdentifies the element (or elements) that labels the current element. See aria-describedby.IPanelProps.aria-labelledby
aria-level?numberDefines 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?BooleanishIndicates whether an element is modal when displayed.IPanelProps.aria-modal
aria-multiline?BooleanishIndicates whether a text box accepts multiple lines of input or only a single line.IPanelProps.aria-multiline
aria-multiselectable?BooleanishIndicates 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?stringIdentifies 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?stringDefines 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?numberDefines 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?BooleanishIndicates 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?BooleanishIndicates that user input is required on the element before a form may be submitted.IPanelProps.aria-required
aria-roledescription?stringDefines a human-readable, author-localized description for the role of an element.IPanelProps.aria-roledescription
aria-rowcount?numberDefines the total number of rows in a table, grid, or treegrid. See aria-rowindex.IPanelProps.aria-rowcount
aria-rowindex?numberDefines 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?numberDefines 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?BooleanishIndicates the current "selected" state of various widgets. See - aria-checked - aria-pressed.IPanelProps.aria-selected
aria-setsize?numberDefines 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?numberDefines the maximum allowed value for a range widget.IPanelProps.aria-valuemax
aria-valuemin?numberDefines the minimum allowed value for a range widget.IPanelProps.aria-valuemin
aria-valuenow?numberDefines the current value for a range widget. See aria-valuetext.IPanelProps.aria-valuenow
aria-valuetext?stringDefines 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?stringAdditional css class to apply to the Panel Defaultvalue undefinedIPanelProps.className
closeButtonAriaLabel?stringAria label on close buttonIPanelProps.closeButtonAriaLabel
color?string-IPanelProps.color
componentId?stringDeprecated 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?stringCustom panel width, used only when type is set to PanelType.custom.IPanelProps.customWidth
dangerouslySetInnerHTML?object-IPanelProps.dangerouslySetInnerHTML
dangerouslySetInnerHTML.__htmlstring--
datatype?string-IPanelProps.datatype
defaultChecked?boolean-IPanelProps.defaultChecked
defaultValue?string | number | readonly string[]-IPanelProps.defaultValue
dir?string-IPanelProps.dir
draggable?Booleanish-IPanelProps.draggable
elementToFocusOnDismiss?HTMLElementSets the HTMLElement to focus on when exiting the FocusTrapZone. Defaultvalue The element.target that triggered the Panel.IPanelProps.elementToFocusOnDismiss
firstFocusableSelector?stringIndicates the selector for first focusable item. Deprecated Use focusTrapZoneProps.IPanelProps.firstFocusableSelector
focusTrapZoneProps?IFocusTrapZonePropsOptional props to pass to the FocusTrapZone component to manage focus in the panel.IPanelProps.focusTrapZoneProps
forceFocusInsideTrap?booleanIndicates 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?booleanHas the close button visible. Defaultvalue trueIPanelProps.hasCloseButton
headerClassName?stringOptional parameter to provider the class name for header textIPanelProps.headerClassName
headerText?stringHeader 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?booleanIndicates 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-attributeIPanelProps.inputMode
is?stringSpecify 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-isIPanelProps.is
isBlocking?booleanWhether the panel uses a modal overlay or not Defaultvalue trueIPanelProps.isBlocking
isFooterAtBottom?booleanDetermines if content should stretch to fill available space putting footer at the bottom of the page Defaultvalue falseIPanelProps.isFooterAtBottom
isHiddenOnDismiss?booleanWhether the panel is hidden on dismiss, instead of destroyed in the DOM. Protects the contents from being destroyed when the panel is dismissed. Defaultvalue falseIPanelProps.isHiddenOnDismiss
isLightDismiss?booleanWhether the panel can be light dismissed. Defaultvalue falseIPanelProps.isLightDismiss
isOpen?booleanWhether 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 undefinedIPanelProps.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?ILayerPropsOptional props to pass to the Layer component hosting the panel.IPanelProps.layerProps
loading?booleanControls 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?) => voidA 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 itIPanelProps.onDismiss
onDismissed?() => voidA 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>DeprecatedIPanelProps.onKeyPress
onKeyPressCapture?KeyboardEventHandler<PanelBase>DeprecatedIPanelProps.onKeyPressCapture
onKeyUp?KeyboardEventHandler<PanelBase>-IPanelProps.onKeyUp
onKeyUpCapture?KeyboardEventHandler<PanelBase>-IPanelProps.onKeyUpCapture
onLightDismissClick?() => voidOptional custom function to handle clicks outside the panel in lightdismiss modeIPanelProps.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?() => voidA callback function for when the Panel is opened, before the animation completes.IPanelProps.onOpen
onOpened?() => voidA callback function for when the Panel is opened, after the animation completes.IPanelProps.onOpened
onOuterClick?(ev?) => voidOptional custom function to handle clicks outside this componentIPanelProps.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 footerIPanelProps.onRenderFooterContent
onRenderHeader?IPanelHeaderRendererOptional custom renderer for header region. Replaces current titleIPanelProps.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?IOverlayPropsOptional 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?IPopupPropsOptional 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?IThemeTheme provided by High-Order Component.IPanelProps.theme
title?string-IPanelProps.title
translate?"no" | "yes"-IPanelProps.translate
type?PanelTypeType of the panel. Defaultvalue PanelType.smallFixedFarIPanelProps.type
typeof?string-IPanelProps.typeof
unselectable?"off" | "on"-IPanelProps.unselectable
vocab?string-IPanelProps.vocab