Preparing search index...
The search index is not available
Pathfinder 1e for Foundry VTT
Pathfinder 1e for Foundry VTT
pf1
applications
SkillEditor
Class SkillEditor
Hierarchy
DocumentSheet
SkillEditor
Index
Constructors
constructor
Properties
_callbacks
skill
Id
sub
Skill
Id
Accessors
actor
is
Static
Skill
is
Sub
Skill
skill
skill
Name
skill
Tag
title
default
Options
Methods
_can
Drag
Drop
_on
Compendium
Controls
_on
Drop
_open
Compendium
Entry
_update
Object
activate
Listeners
add
Callback
close
get
Data
Constructors
constructor
new
Skill
Editor
(
actor
,
skillId
,
subSkillId
,
options
?
)
:
SkillEditor
Parameters
actor
:
any
skillId
:
any
subSkillId
:
any
options
:
{}
= {}
Returns
SkillEditor
Properties
_callbacks
_callbacks
:
any
[]
skill
Id
skill
Id
:
any
sub
Skill
Id
sub
Skill
Id
:
any
Accessors
actor
get
actor
(
)
:
ActorPF
Returns
ActorPF
is
Static
Skill
get
isStaticSkill
(
)
:
boolean
Returns
boolean
is
Sub
Skill
get
isSubSkill
(
)
:
boolean
Returns
boolean
skill
get
skill
(
)
:
object
Returns
object
skill
Name
get
skillName
(
)
:
string
Returns
string
skill
Tag
get
skillTag
(
)
:
string
Returns
string
title
get
title
(
)
:
string
Returns
string
Static
default
Options
get
defaultOptions
(
)
:
{
classes
:
string
[]
;
closeOnSubmit
:
boolean
;
dragDrop
:
{
dragSelector
:
null
;
dropSelector
:
string
;
}
[]
;
sheetConfig
:
boolean
;
submitOnChange
:
boolean
;
submitOnClose
:
boolean
;
template
:
string
;
width
:
number
;
}
Returns
{
classes
:
string
[]
;
closeOnSubmit
:
boolean
;
dragDrop
:
{
dragSelector
:
null
;
dropSelector
:
string
;
}
[]
;
sheetConfig
:
boolean
;
submitOnChange
:
boolean
;
submitOnClose
:
boolean
;
template
:
string
;
width
:
number
;
}
classes
:
string
[]
close
On
Submit
:
boolean
drag
Drop
:
{
dragSelector
:
null
;
dropSelector
:
string
;
}
[]
sheet
Config
:
boolean
submit
On
Change
:
boolean
submit
On
Close
:
boolean
template
:
string
width
:
number
Methods
_can
Drag
Drop
_can
Drag
Drop
(
)
:
boolean
Returns
boolean
_on
Compendium
Controls
_on
Compendium
Controls
(
event
)
:
Promise
<
undefined
|
ActorPF
>
Parameters
event
:
any
Returns
Promise
<
undefined
|
ActorPF
>
_on
Drop
_on
Drop
(
event
)
:
Promise
<
void
>
Parameters
event
:
any
Returns
Promise
<
void
>
_open
Compendium
Entry
_open
Compendium
Entry
(
event
)
:
Promise
<
void
>
Parameters
event
:
any
Returns
Promise
<
void
>
_update
Object
_update
Object
(
event
,
formData
)
:
Promise
<
undefined
|
ActorPF
>
Parameters
event
:
any
formData
:
any
Returns
Promise
<
undefined
|
ActorPF
>
activate
Listeners
activate
Listeners
(
html
)
:
void
Parameters
html
:
any
Returns
void
add
Callback
add
Callback
(
fn
)
:
void
Parameters
fn
:
any
Returns
void
close
close
(
...
args
)
:
Promise
<
void
>
Parameters
Rest
...
args
:
any
[]
Returns
Promise
<
void
>
get
Data
get
Data
(
)
:
Promise
<
Data
<
Document
<
any
,
any
,
Metadata
<
any
>
>
,
DocumentSheetOptions
>
>
Returns
Promise
<
Data
<
Document
<
any
,
any
,
Metadata
<
any
>
>
,
DocumentSheetOptions
>
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
_callbacks
skill
Id
sub
Skill
Id
actor
is
Static
Skill
is
Sub
Skill
skill
skill
Name
skill
Tag
title
default
Options
_can
Drag
Drop
_on
Compendium
Controls
_on
Drop
_open
Compendium
Entry
_update
Object
activate
Listeners
add
Callback
close
get
Data
Pathfinder 1e for Foundry VTT
hookEvents
pf1
Generated using
TypeDoc