Preparing search index...
The search index is not available
@pictofit/public-types
@pictofit/public-types
index
AvatarEditorActions
Interface AvatarEditorActions
interface
AvatarEditorActions
{
getAvatar
:
(
(
)
=>
Promise
<
null
|
IAssetWrapper
>
)
;
updateMorphs
:
(
(
morphs
:
Map
<
string
,
number
>
)
=>
Promise
<
void
>
)
;
hide
(
)
:
void
;
openIn
(
target
:
HTMLElement
)
:
void
;
}
Hierarchy (
view full
)
AvatarEditorActions
AvatarEditorApi
Index
Properties
get
Avatar
update
Morphs
Methods
hide
open
In
Properties
get
Avatar
get
Avatar
:
(
(
)
=>
Promise
<
null
|
IAssetWrapper
>
)
update
Morphs
update
Morphs
:
(
(
morphs
:
Map
<
string
,
number
>
)
=>
Promise
<
void
>
)
Methods
hide
hide
(
)
:
void
Returns
void
open
In
open
In
(
target
)
:
void
Parameters
target
:
HTMLElement
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Avatar
update
Morphs
Methods
hide
open
In
@pictofit/public-types
Loading...