Body, Mind & Soul — API Reference
Preparing search index...
helpers/draw-overrides
pushDrawOverride
Function pushDrawOverride
pushDrawOverride
(
actor
:
Actor
,
opts
:
{
charges
?:
number
|
null
;
expiresOn
?:
object
;
grantedBy
?:
string
;
label
?:
string
;
mode
?:
"optional"
|
"forced"
;
source
:
{
id
:
string
;
type
:
"deck"
|
"tempStack"
}
;
}
,
)
:
Promise
<
object
|
null
>
Create a DrawOverride on
actor
.
Parameters
actor
:
Actor
opts
:
{
charges
?:
number
|
null
;
expiresOn
?:
object
;
grantedBy
?:
string
;
label
?:
string
;
mode
?:
"optional"
|
"forced"
;
source
:
{
id
:
string
;
type
:
"deck"
|
"tempStack"
}
;
}
Optional
charges
?:
number
|
null
null = unlimited
Optional
expiresOn
?:
object
Optional
grantedBy
?:
string
Optional
label
?:
string
Optional
mode
?:
"optional"
|
"forced"
source
:
{
id
:
string
;
type
:
"deck"
|
"tempStack"
}
Returns
Promise
<
object
|
null
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Body, Mind & Soul — API Reference
Loading...
Create a DrawOverride on
actor.