Blockbench Reference Docs
Preparing search index...
custom/shared_actions
SharedActionHandler
Interface SharedActionHandler
interface
SharedActionHandler
{
condition
:
any
;
priority
?:
number
;
run
:
(
event
?:
Event
,
context
?:
any
)
=>
void
;
subject
:
string
;
}
Index
Properties
condition
priority?
run
subject
Properties
condition
condition
:
any
Optional
priority
priority
?:
number
run
run
:
(
event
?:
Event
,
context
?:
any
)
=>
void
subject
subject
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
condition
priority
run
subject
Blockbench Reference Docs
Loading...