interface DressingRoomApi {
    hide: (() => void);
    on: ((type: MDRC_EVENTS, cb: (() => void)) => void);
    show: ((hostAdaptor?: HostAdaptor, sharedState?: IShareState) => void);
}

Properties

Properties

hide: (() => void)
on: ((type: MDRC_EVENTS, cb: (() => void)) => void)
show: ((hostAdaptor?: HostAdaptor, sharedState?: IShareState) => void)