IMdItemScope

A common scope interface for components extending or wrapping MdItem. See https://github.com/material-components/material-web/blob/main/labs/item/item.ts. More specifically, https://github.com/material-components/material-web/blob/2f150d28414c7b2757bcce54cb102c792d468f96/labs/item/item.ts#L29-L37 and https://github.com/material-components/material-web/blob/2f150d28414c7b2757bcce54cb102c792d468f96/labs/item/item.ts#L58-L59.

Inheritors

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract val elementScope: ElementScope<HTMLElement>

Functions

Link copied to clipboard
open fun AttrsScope<*>.slot(slot: IMdItemScope.Slot): AttrsScope<Element>