pterodactyl.ts
Preparing search index...
Egg
Class Egg
Implements
PanelEggAttributes
Index
Constructors
constructor
Properties
associated
Servers?
associated
Variables?
author
config
created_
at
description?
docker_
image
docker_
images
id
name
nest
parent
Nest?
script
startup
updated_
at
uuid
Constructors
constructor
new
Egg
(
applicationClient
:
ApplicationClient
,
eggProps
:
RawPanelEgg
)
:
Egg
Parameters
applicationClient
:
ApplicationClient
eggProps
:
RawPanelEgg
Returns
Egg
Properties
Optional
associated
Servers
associatedServers
?:
PanelServer
[]
Optional
associated
Variables
associatedVariables
?:
ServerVariable
[]
Readonly
author
author
:
string
Readonly
config
config
:
{
extends
?:
string
|
null
;
file_denylist
:
unknown
[]
;
files
:
{
[
key
:
string
]:
{
find
:
{
[
key
:
string
]:
string
}
;
parser
:
string
}
;
}
;
logs
:
unknown
[]
;
startup
:
{
done
:
string
;
userInteraction
:
unknown
[]
}
;
stop
:
string
;
}
Readonly
created_
at
created_at
:
string
|
Date
Optional
description
description
?:
string
|
null
docker_
image
docker_image
:
string
docker_
images
docker_images
:
{
[
key
:
string
]:
string
}
Readonly
id
id
:
number
Readonly
name
name
:
string
Readonly
nest
nest
:
number
Optional
parent
Nest
parentNest
?:
Nest
script
script
:
{
container
:
string
;
entry
:
string
;
extends
?:
string
|
null
;
install
:
string
;
privileged
:
boolean
;
}
startup
startup
:
string
updated_
at
updated_at
:
string
|
Date
Readonly
uuid
uuid
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
associated
Servers
associated
Variables
author
config
created_
at
description
docker_
image
docker_
images
id
name
nest
parent
Nest
script
startup
updated_
at
uuid
pterodactyl.ts
Loading...