PopoverSlotProps

external interface PopoverSlotProps : Props(source)

Properties

Link copied to clipboard
abstract var backdrop: BackdropProps?

TS: SlotProps, PopoverBackdropSlotPropsOverrides, PopoverOwnerState>

Link copied to clipboard
abstract var key: Key?
Link copied to clipboard
abstract var paper: PaperProps?

TS: SlotProps, PopoverPaperSlotPropsOverrides, PopoverOwnerState>

Link copied to clipboard
abstract var root: ModalProps?

TS: SlotProps, PopoverRootSlotPropsOverrides, PopoverOwnerState>

Link copied to clipboard
abstract var transition: Any?

TS: SlotComponentProps< // use SlotComponentProps because transition slot does not support component and sx prop React.ElementType, TransitionProps & PopoverTransitionSlotPropsOverrides, PopoverOwnerState>

Functions

Link copied to clipboard
open inline operator fun Props?.unaryPlus()