artalk
    Preparing search index...

    Interface SidebarLayer

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

    Properties

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