Package-level declarations

Types

Link copied to clipboard
interface HasActionsSlot

Has an actions slot.

Link copied to clipboard
interface HasContentSlot

Has a content slot.

Link copied to clipboard
interface HasHeadlineSlot

Has an headline slot.

Link copied to clipboard
interface HasIconSlot

Has an icon slot.

Link copied to clipboard
interface HasLeadingSlot

Has a leading slot.

Link copied to clipboard
interface HasSelectedSlot

Has a selected slot.

Link copied to clipboard

Has a supporting text slot.

Link copied to clipboard
interface HasTrailingSlot

Has a trailing slot.

Link copied to clipboard

Has a trailing supporting text slot.

Functions

Link copied to clipboard
fun HasContentSlot.content(text: String): <Error class: unknown class>

Sets the text to the content slot.

Link copied to clipboard
fun HasHeadlineSlot.headline(text: String): <Error class: unknown class>

Sets the text to the headline slot.

Link copied to clipboard
fun HasSupportingTextSlot.supportingText(text: String): <Error class: unknown class>

Sets the text to the supporting text slot.

Link copied to clipboard
fun HasTrailingSupportingTextSlot.trailingSupportingText(text: String): <Error class: unknown class>

Sets the text to the trailing supporting text slot.