MdMenuArgs
class MdMenuArgs(val anchor: String? = null, val positioning: String? = null, val quick: Boolean? = null, val hasOverflow: Boolean? = null, val open: Boolean? = null, val xOffset: Int? = null, val yOffset: Int? = null, val typeheadDelay: Number? = null, val anchorCorner: String? = null, val menuCorner: String? = null, val stayOpenOnOutsideClick: Boolean? = null, val stayOpenOnFocusout: Boolean? = null, val skipRestoreFocus: Boolean? = null, val defaultFocus: Boolean? = null, val attrs: Attrs<HTMLElement>? = null, val content: @Composable ElementScope<HTMLElement>.() -> Unit)(source)
Constructors
Link copied to clipboard
constructor(anchor: String? = null, positioning: String? = null, quick: Boolean? = null, hasOverflow: Boolean? = null, open: Boolean? = null, xOffset: Int? = null, yOffset: Int? = null, typeheadDelay: Number? = null, anchorCorner: String? = null, menuCorner: String? = null, stayOpenOnOutsideClick: Boolean? = null, stayOpenOnFocusout: Boolean? = null, skipRestoreFocus: Boolean? = null, defaultFocus: Boolean? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable ElementScope<HTMLElement>.() -> Unit)