CanDispatchEvent
trait CanDispatchEvent (View source)
Properties
protected string|Closure|null | $event | ||
protected array | $eventData | ||
protected string|bool | $dispatchDirection | ||
protected string|null | $dispatchToComponent |
Methods
dispatch(string|Closure|null $event, array|Closure $data = [])
No description
dispatchSelf(string|Closure|null $event, array|Closure $data = [])
No description
dispatchTo(string $component, string|Closure|null $event, array|Closure $data = [])
No description
emitTo(string $component, string|Closure|null $event, array|Closure $data = [])
deprecated
No description
string|null
getEvent()
No description
eventData(array|Closure $data)
No description
array
getEventData()
No description
string|bool
getDispatchDirection()
No description
string|null
getDispatchToComponent()
No description
Details
CanDispatchEvent
dispatch(string|Closure|null $event, array|Closure $data = [])
No description
CanDispatchEvent
dispatchSelf(string|Closure|null $event, array|Closure $data = [])
No description
CanDispatchEvent
dispatchTo(string $component, string|Closure|null $event, array|Closure $data = [])
No description
CanDispatchEvent
emit(string|Closure|null $event, array|Closure $data = [])
deprecated
deprecated
No description
CanDispatchEvent
emitSelf(string|Closure|null $event, array|Closure $data = [])
deprecated
deprecated
No description
CanDispatchEvent
emitTo(string $component, string|Closure|null $event, array|Closure $data = [])
deprecated
deprecated
No description
string|null
getEvent()
No description
CanDispatchEvent
eventData(array|Closure $data)
No description
array
getEventData()
No description
string|bool
getDispatchDirection()
No description
string|null
getDispatchToComponent()
No description