Preparing search index...
The search index is not available
Pathfinder 1e for Foundry VTT
Pathfinder 1e for Foundry VTT
pf1
applications
ScriptEditor
Class ScriptEditor
Hierarchy
FormApplication
ScriptEditor
Index
Constructors
constructor
Properties
_promises
command
is
Script
Call
name
parent
script
Accessors
id
is
Editable
default
Options
Methods
_open
Help
Browser
_update
Object
activate
Listeners
await
Result
close
get
Data
resolve
Promises
Constructors
constructor
new
Script
Editor
(
options
?
)
:
ScriptEditor
Parameters
options
:
{}
= {}
Returns
ScriptEditor
Properties
_promises
_promises
:
{
submit
:
never
[]
;
}
Type declaration
submit
:
never
[]
command
command
:
any
is
Script
Call
is
Script
Call
:
boolean
name
name
:
any
parent
parent
:
any
script
script
:
any
Accessors
id
get
id
(
)
:
string
Returns
string
is
Editable
get
isEditable
(
)
:
any
Returns
any
Static
default
Options
get
defaultOptions
(
)
:
InsertKeys
<
{
baseApplication
:
null
|
string
;
classes
:
string
[]
;
closeOnSubmit
:
boolean
;
dragDrop
:
Omit
<
DragDropConfiguration
,
"permissions"
|
"callbacks"
>
[]
;
editable
:
boolean
;
filters
:
Omit
<
SearchFilterConfiguration
,
"callback"
>
[]
;
height
:
number
;
id
:
string
;
left
:
null
|
number
;
minimizable
:
boolean
;
popOut
:
boolean
;
resizable
:
boolean
;
scale
:
null
|
number
;
scrollY
:
string
[]
;
sheetConfig
:
boolean
;
submitOnChange
:
boolean
;
submitOnClose
:
boolean
;
tabs
:
Omit
<
TabsConfiguration
,
"callback"
>
[]
;
template
:
string
;
title
:
string
;
top
:
null
|
number
;
width
:
number
;
}
,
OmitByValue
<
{
classes
:
string
[]
;
height
:
number
;
template
:
string
;
width
:
number
;
}
,
never
>
>
Returns
InsertKeys
<
{
baseApplication
:
null
|
string
;
classes
:
string
[]
;
closeOnSubmit
:
boolean
;
dragDrop
:
Omit
<
DragDropConfiguration
,
"permissions"
|
"callbacks"
>
[]
;
editable
:
boolean
;
filters
:
Omit
<
SearchFilterConfiguration
,
"callback"
>
[]
;
height
:
number
;
id
:
string
;
left
:
null
|
number
;
minimizable
:
boolean
;
popOut
:
boolean
;
resizable
:
boolean
;
scale
:
null
|
number
;
scrollY
:
string
[]
;
sheetConfig
:
boolean
;
submitOnChange
:
boolean
;
submitOnClose
:
boolean
;
tabs
:
Omit
<
TabsConfiguration
,
"callback"
>
[]
;
template
:
string
;
title
:
string
;
top
:
null
|
number
;
width
:
number
;
}
,
OmitByValue
<
{
classes
:
string
[]
;
height
:
number
;
template
:
string
;
width
:
number
;
}
,
never
>
>
Methods
_open
Help
Browser
_open
Help
Browser
(
event
)
:
void
Parameters
event
:
any
Returns
void
_update
Object
_update
Object
(
event
,
formData
)
:
void
Parameters
event
:
any
formData
:
any
Returns
void
activate
Listeners
activate
Listeners
(
html
)
:
void
Parameters
html
:
any
Returns
void
await
Result
await
Result
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
close
close
(
...
args
)
:
Promise
<
void
>
Parameters
Rest
...
args
:
any
[]
Returns
Promise
<
void
>
get
Data
get
Data
(
)
:
{
canEdit
:
{
name
:
boolean
;
}
;
command
:
any
;
isScriptCall
:
boolean
;
name
:
any
;
}
Returns
{
canEdit
:
{
name
:
boolean
;
}
;
command
:
any
;
isScriptCall
:
boolean
;
name
:
any
;
}
can
Edit
:
{
name
:
boolean
;
}
name
:
boolean
command
:
any
is
Script
Call
:
boolean
name
:
any
resolve
Promises
resolve
Promises
(
type
,
result
)
:
void
Parameters
type
:
any
result
:
any
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
_promises
command
is
Script
Call
name
parent
script
id
is
Editable
default
Options
_open
Help
Browser
_update
Object
activate
Listeners
await
Result
close
get
Data
resolve
Promises
Pathfinder 1e for Foundry VTT
hookEvents
pf1
Generated using
TypeDoc