probot
Preparing search index...
probot
State
Type Alias State
type
State
=
{
appId
?:
number
;
baseUrl
?:
string
;
cache
:
Lru
<
string
>
|
null
;
githubToken
?:
string
;
host
?:
string
;
initEventListeners
:
(
OnHandler
|
OnAnyHandler
|
OnErrorHandler
)
[]
;
initializationState
:
InitializationState
;
initializedPromise
:
DeferredPromise
<
void
>
;
log
:
Logger
|
null
;
logFormat
?:
"pretty"
|
"json"
;
logLevel
?:
"trace"
|
"debug"
|
"info"
|
"warn"
|
"error"
|
"fatal"
;
logLevelInString
?:
boolean
;
logMessageKey
?:
string
;
octokit
:
ProbotOctokit
|
null
;
OctokitBase
:
typeof
ProbotOctokit
;
port
?:
number
;
privateKey
?:
string
;
redisConfig
?:
RedisOptions
|
string
;
request
?:
RequestRequestOptions
;
sentryDsn
?:
string
;
server
?:
Server
|
void
;
webhookPath
:
string
;
webhooks
:
ProbotWebhooks
|
null
;
webhookSecret
:
string
;
}
Index
Properties
app
Id?
base
Url?
cache
github
Token?
host?
init
Event
Listeners
initialization
State
initialized
Promise
log
log
Format?
log
Level?
log
Level
In
String?
log
Message
Key?
octokit
Octokit
Base
port?
private
Key?
redis
Config?
request?
sentry
Dsn?
server?
webhook
Path
webhooks
webhook
Secret
Properties
Optional
app
Id
appId
?:
number
Optional
base
Url
baseUrl
?:
string
cache
cache
:
Lru
<
string
>
|
null
Optional
github
Token
githubToken
?:
string
Optional
host
host
?:
string
init
Event
Listeners
initEventListeners
:
(
OnHandler
|
OnAnyHandler
|
OnErrorHandler
)
[]
initialization
State
initializationState
:
InitializationState
initialized
Promise
initializedPromise
:
DeferredPromise
<
void
>
log
log
:
Logger
|
null
Optional
log
Format
logFormat
?:
"pretty"
|
"json"
Optional
log
Level
logLevel
?:
"trace"
|
"debug"
|
"info"
|
"warn"
|
"error"
|
"fatal"
Optional
log
Level
In
String
logLevelInString
?:
boolean
Optional
log
Message
Key
logMessageKey
?:
string
octokit
octokit
:
ProbotOctokit
|
null
Octokit
Base
OctokitBase
:
typeof
ProbotOctokit
Optional
port
port
?:
number
Optional
private
Key
privateKey
?:
string
Optional
redis
Config
redisConfig
?:
RedisOptions
|
string
Optional
request
request
?:
RequestRequestOptions
Optional
sentry
Dsn
sentryDsn
?:
string
Optional
server
server
?:
Server
|
void
webhook
Path
webhookPath
:
string
webhooks
webhooks
:
ProbotWebhooks
|
null
webhook
Secret
webhookSecret
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
app
Id
base
Url
cache
github
Token
host
init
Event
Listeners
initialization
State
initialized
Promise
log
log
Format
log
Level
log
Level
In
String
log
Message
Key
octokit
Octokit
Base
port
private
Key
redis
Config
request
sentry
Dsn
server
webhook
Path
webhooks
webhook
Secret
probot
Loading...