Interface

ListItemCustomEvent

engine.ListItemCustomEvent

Interface for list item custom events

Properties:
Name Type Attributes Description
action string

The action performed on the list item

pk string <optional>

Optional primary key of the affected item

data any

The data associated with the event (inherited from BaseCustomEvent)

target HTMLElement <optional>

The target element (inherited from BaseCustomEvent)

name string <optional>

The name of the event (inherited from BaseCustomEvent)

component string

The component that triggered the event (inherited from BaseCustomEvent)

View Source lib/engine/interfaces.ts, line 199