kmdc-chips
0.1.1
js
kmdc-chips
/
dev.petuska.kmdc.chips
Package-level
declarations
Types
Functions
Types
MDCChip
Action
Type
Link copied to clipboard
external
enum
MDCChipActionType
:
Enum
<
MDCChipActionType
>
MDCChips
Attrs
Scope
Link copied to clipboard
interface
MDCChipsAttrsScope
:
AttrsScope
<
HTMLSpanElement
>
MDCChip
Scope
Link copied to clipboard
interface
MDCChipScope
:
ElementScope
<
HTMLSpanElement
>
MDCChip
Set
Link copied to clipboard
external
class
MDCChipSet
(
element
:
Element
)
:
MDCComponent
<
dynamic
>
MDCChip
Set
Interaction
Event
Detail
Link copied to clipboard
external
interface
MDCChipSetInteractionEventDetail
MDCChip
Set
Removal
Event
Detail
Link copied to clipboard
external
interface
MDCChipSetRemovalEventDetail
:
MDCChipSetInteractionEventDetail
MDCChip
Set
Selection
Event
Detail
Link copied to clipboard
external
interface
MDCChipSetSelectionEventDetail
:
MDCChipSetInteractionEventDetail
MDCChips
Scope
Link copied to clipboard
interface
MDCChipsScope
:
ElementScope
<
HTMLSpanElement
>
Functions
on
Interaction
Link copied to clipboard
fun
MDCChipsAttrsScope
.
onInteraction
(
listener
:
MDCEventListener
<
MDCChipSetInteractionEventDetail
>
)
JS API
on
Removal
Link copied to clipboard
fun
MDCChipsAttrsScope
.
onRemoval
(
listener
:
MDCEventListener
<
MDCChipSetRemovalEventDetail
>
)
JS API
on
Selection
Link copied to clipboard
fun
MDCChipsAttrsScope
.
onSelection
(
listener
:
MDCEventListener
<
MDCChipSetSelectionEventDetail
>
)
JS API