MdMenuArgs

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)(source)