ModalSubmitEvent
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
$callbackId
read-only
public
string
$callbackId
$raw
read-only
public
mixed
$raw
= null
public
Channel|null
$relatedChannel
= null
public
Message|null
$relatedMessage
= null
public
Thread|null
$relatedThread
= null
$user
read-only
public
Author
$user
$values
read-only
public
array<string|int, mixed>
$values
$viewId
read-only
public
string|null
$viewId
= null
$propagationStopped
private
bool
$propagationStopped
= false
__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
stopPropagation()
public
stopPropagation() : void