lonnymq
Preparing search index...
ChannelPolicyClearCommand
Class ChannelPolicyClearCommand
Index
Constructors
constructor
Properties
channel
Id
created
At
schema
Methods
execute
Constructors
constructor
new
ChannelPolicyClearCommand
(
params
:
{
channelId
:
string
;
schema
:
string
}
,
)
:
ChannelPolicyClearCommand
Parameters
params
:
{
channelId
:
string
;
schema
:
string
}
Returns
ChannelPolicyClearCommand
Properties
Readonly
channel
Id
channelId
:
string
Readonly
created
At
createdAt
:
Date
Readonly
schema
schema
:
string
Methods
execute
execute
(
databaseClient
:
DatabaseClient
)
:
Promise
<
void
>
Parameters
databaseClient
:
DatabaseClient
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
channel
Id
created
At
schema
Methods
execute
lonnymq
Loading...