Interface SidebarLayer

interface SidebarLayer {
    hide: (() => void);
    onUserChanged: (() => void);
    show: ((conf?: SidebarShowPayload) => void);
}

Properties

hide: (() => void)
onUserChanged: (() => void)
show: ((conf?: SidebarShowPayload) => void)