Preparing search index...
The search index is not available
Pathfinder 1e for Foundry VTT
Pathfinder 1e for Foundry VTT
pf1
applications
ActionSelector
Class ActionSelector
Hierarchy
any
ActionSelector
Index
Constructors
constructor
Properties
DEFAULT_
OPTIONS
PARTS
Accessors
item
title
Methods
_prepare
Context
close
_on
Click
Action
open
Constructors
constructor
new
Action
Selector
(
)
:
ActionSelector
Returns
ActionSelector
Properties
Static
DEFAULT_
OPTIONS
DEFAULT_
OPTIONS
:
{
actions
:
{
click
:
(
(
event
:
any
)
=>
void
)
;
}
;
classes
:
string
[]
;
position
:
{
width
:
number
;
}
;
sheetConfig
:
boolean
;
window
:
{
minimizable
:
boolean
;
resizable
:
boolean
;
}
;
}
= ...
Static
PARTS
PARTS
:
{
form
:
{
template
:
string
;
}
;
}
= ...
Accessors
item
get
item
(
)
:
any
Returns
any
title
get
title
(
)
:
string
Returns
string
Methods
_prepare
Context
_prepare
Context
(
)
:
Promise
<
{
actions
:
any
;
}
>
Returns
Promise
<
{
actions
:
any
;
}
>
close
close
(
...
args
)
:
void
Parameters
Rest
...
args
:
any
[]
Returns
void
Static
_on
Click
Action
_on
Click
Action
(
event
)
:
void
Parameters
event
:
any
Returns
void
Static
open
open
(
options
)
:
Promise
<
undefined
|
object
|
ChatMessage
>
Parameters
options
:
{
document
:
ItemPF
;
}
Options
document
:
ItemPF
Item to select action for.
Returns
Promise
<
undefined
|
object
|
ChatMessage
>
Result of ItemPF.use() for selected action
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
DEFAULT_
OPTIONS
PARTS
Accessors
item
title
Methods
_prepare
Context
close
_on
Click
Action
open
Pathfinder 1e for Foundry VTT
Loading...
Options