@umbraco-cms/backoffice
Preparing search index...
packages/webhook
UmbWebhookDetailModel
Interface UmbWebhookDetailModel
interface
UmbWebhookDetailModel
{
contentTypes
:
string
[]
;
description
:
undefined
|
null
|
string
;
enabled
:
boolean
;
entityType
:
"webhook"
;
events
:
UmbWebhookEventModel
[]
;
headers
:
Record
<
string
,
string
>
;
name
:
undefined
|
null
|
string
;
unique
:
string
;
url
:
string
;
}
Index
Properties
content
Types
description
enabled
entity
Type
events
headers
name
unique
url
Properties
content
Types
contentTypes
:
string
[]
description
description
:
undefined
|
null
|
string
enabled
enabled
:
boolean
entity
Type
entityType
:
"webhook"
events
events
:
UmbWebhookEventModel
[]
headers
headers
:
Record
<
string
,
string
>
name
name
:
undefined
|
null
|
string
unique
unique
:
string
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
Types
description
enabled
entity
Type
events
headers
name
unique
url
@umbraco-cms/backoffice
Loading...