@minecraft/server-editor
Preparing search index...
IModalToolContainer
Interface IModalToolContainer
Beta
interface
IModalToolContainer
{
currentTools
:
IModalTool
[]
;
addTool
(
id
:
string
,
params
:
ModalToolCreationParameters
)
:
IModalTool
;
focusToolInputContext
()
:
void
;
getSelectedToolId
()
:
undefined
|
string
;
removeTool
(
id
:
string
)
:
void
;
setSelectedToolId
(
id
:
undefined
|
string
)
:
void
;
}
Index
Properties
current
Tools
Methods
add
Tool
focus
Tool
Input
Context
get
Selected
Tool
Id
remove
Tool
set
Selected
Tool
Id
Properties
Readonly
Beta
current
Tools
currentTools
:
IModalTool
[]
Remarks
Tools within this container.
Methods
add
Tool
addTool
(
id
:
string
,
params
:
ModalToolCreationParameters
)
:
IModalTool
Beta
Parameters
id
:
string
params
:
ModalToolCreationParameters
Returns
IModalTool
focus
Tool
Input
Context
focusToolInputContext
()
:
void
Beta
Returns
void
get
Selected
Tool
Id
getSelectedToolId
()
:
undefined
|
string
Beta
Returns
undefined
|
string
remove
Tool
removeTool
(
id
:
string
)
:
void
Beta
Parameters
id
:
string
Returns
void
set
Selected
Tool
Id
setSelectedToolId
(
id
:
undefined
|
string
)
:
void
Beta
Parameters
id
:
undefined
|
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
World Mutation
Early Execution
Theme
OS
Light
Dark
On This Page
Properties
current
Tools
Methods
add
Tool
focus
Tool
Input
Context
get
Selected
Tool
Id
remove
Tool
set
Selected
Tool
Id
@minecraft/server-editor
Loading...
Remarks
Tools within this container.