Preparing search index...
The search index is not available
@pictofit/public-types
@pictofit/public-types
index
DressingRoomApi
Interface DressingRoomApi
interface
DressingRoomApi
{
hide
:
(
(
)
=>
void
)
;
on
:
(
(
type
:
MDRC_EVENTS
,
cb
:
(
(
)
=>
void
)
)
=>
void
)
;
show
:
(
(
hostAdaptor
?:
HostAdaptor
,
sharedState
?:
IShareState
)
=>
void
)
;
}
Index
Properties
hide
on
show
Properties
hide
hide
:
(
(
)
=>
void
)
on
on
:
(
(
type
:
MDRC_EVENTS
,
cb
:
(
(
)
=>
void
)
)
=>
void
)
show
show
:
(
(
hostAdaptor
?:
HostAdaptor
,
sharedState
?:
IShareState
)
=>
void
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hide
on
show
@pictofit/public-types
Loading...