bootdesk/chat-sdk

ModalSubmitEvent
in package
implements StoppableEventInterface

Table of Contents

Interfaces

StoppableEventInterface

Properties

$callbackId  : string
$raw  : mixed
$relatedChannel  : Channel|null
$relatedMessage  : Message|null
$relatedThread  : Thread|null
$user  : Author
$values  : array<string|int, mixed>
$viewId  : string|null
$propagationStopped  : bool

Methods

__construct()  : mixed
isPropagationStopped()  : bool
stopPropagation()  : void

Properties

Methods

__construct()

public __construct(string $callbackId, array<string|int, mixed> $values, Author $user[, mixed $raw = null ][, string|null $viewId = null ][, Channel|null $relatedChannel = null ][, Thread|null $relatedThread = null ][, Message|null $relatedMessage = null ]) : mixed
Parameters
$callbackId : string
$values : array<string|int, mixed>
$user : Author
$raw : mixed = null
$viewId : string|null = null
$relatedChannel : Channel|null = null
$relatedThread : Thread|null = null
$relatedMessage : Message|null = null

isPropagationStopped()

public isPropagationStopped() : bool
Return values
bool
On this page

Search results