Preparing search index...
The search index is not available
iink-ts - v3.0.1
iink-ts
Editor
Class Editor
Index
Methods
get
Instance
load
Properties
instance
logger
Methods
Static
get
Instance
getInstance
()
:
|
undefined
|
InteractiveInkEditor
|
InkEditorDeprecated
|
InteractiveInkSSREditor
|
InkEditor
Returns
|
undefined
|
InteractiveInkEditor
|
InkEditorDeprecated
|
InteractiveInkSSREditor
|
InkEditor
Static
load
load
<
T
extends
EditorType
>
(
rootElement
:
HTMLElement
,
type
:
T
,
options
:
T
extends
"INTERACTIVEINK"
?
TInteractiveInkEditorOptions
:
T
extends
"INKV1"
?
TInkEditorDeprecatedOptions
:
TInteractiveInkSSREditorOptions
,
)
:
Promise
<
T
extends
"INTERACTIVEINK"
?
InteractiveInkEditor
:
T
extends
"INKV1"
?
InkEditorDeprecated
:
InteractiveInkSSREditor
,
>
Type Parameters
T
extends
EditorType
Parameters
rootElement
:
HTMLElement
type
:
T
options
:
T
extends
"INTERACTIVEINK"
?
TInteractiveInkEditorOptions
:
T
extends
"INKV1"
?
TInkEditorDeprecatedOptions
:
TInteractiveInkSSREditorOptions
Returns
Promise
<
T
extends
"INTERACTIVEINK"
?
InteractiveInkEditor
:
T
extends
"INKV1"
?
InkEditorDeprecated
:
InteractiveInkSSREditor
,
>
Properties
Protected
Static
instance
instance
:
|
undefined
|
InteractiveInkEditor
|
InkEditorDeprecated
|
InteractiveInkSSREditor
|
InkEditor
Protected
Static
logger
logger
:
Logger
= ...
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Methods
get
Instance
load
Properties
instance
logger
iink-ts - v3.0.1
Loading...