Repository
Preparing search index...
The search index is not available
Pathfinder 1e for Foundry VTT
Pathfinder 1e for Foundry VTT
pf1
<types>
RechargeActorItemsOptions
Interface RechargeActorItemsOptions
interface
RechargeActorItemsOptions
{
commit
?:
boolean
;
context
?:
object
;
exact
?:
boolean
;
maximize
?:
boolean
;
period
?:
"round"
|
"minute"
|
"hour"
|
"day"
|
"week"
|
"any"
;
rollData
?:
object
;
value
?:
number
;
}
Hierarchy
Exclude
<
Partial
<
NonNullable
<
Parameters
<
ItemPF
[
"recharge"
]
>
[
0
]
>
>
,
"commit"
>
RechargeActorItemsOptions
Index
Properties
commit?
context?
exact?
maximize?
period?
roll
Data?
value?
Properties
Optional
commit
commit
?:
boolean
If false, return update data object instead of directly updating the actor.
Default Value
true
Optional
context
context
?:
object
Optional
exact
exact
?:
boolean
Optional
maximize
maximize
?:
boolean
Optional
period
period
?:
"round"
|
"minute"
|
"hour"
|
"day"
|
"week"
|
"any"
Optional
roll
Data
rollData
?:
object
Optional
value
value
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
commit
context
exact
maximize
period
roll
Data
value
Repository
Repository
Pathfinder 1e for Foundry VTT
Loading...
If false, return update data object instead of directly updating the actor.