iink-ts - v4.0.0
Preparing search index...
IIMenuAction
Class IIMenuAction
Index
Constructors
constructor
Properties
canvas
config
id
wrapper?
Accessors
is
Mobile
model
Methods
destroy
hide
render
show
update
Constructors
constructor
new
IIMenuAction
(
canvas
:
TInteractiveInkCanvas
,
id
?:
string
,
config
?:
TMenuActionConfig
,
)
:
IIMenuAction
Parameters
canvas
:
TInteractiveInkCanvas
id
:
string
= "ms-menu-action"
Optional
config
:
TMenuActionConfig
Returns
IIMenuAction
Properties
canvas
canvas
:
TInteractiveInkCanvas
config
config
:
Required
<
Omit
<
TMenuActionConfig
,
"themes"
>
>
&
Pick
<
TMenuActionConfig
,
"themes"
,
>
id
id
:
string
Optional
wrapper
wrapper
?:
HTMLElement
Accessors
is
Mobile
get
isMobile
()
:
boolean
Returns
boolean
model
get
model
()
:
IIModel
Returns
IIModel
Methods
destroy
destroy
()
:
void
Returns
void
hide
hide
()
:
void
Returns
void
render
render
(
layer
:
HTMLElement
)
:
void
Parameters
layer
:
HTMLElement
Returns
void
show
show
()
:
void
Returns
void
update
update
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
canvas
config
id
wrapper
Accessors
is
Mobile
model
Methods
destroy
hide
render
show
update
iink-ts - v4.0.0
Loading...