Flarum (v2.0.0-beta.4)
    Preparing search index...
    interface ILoginModalAttrs {
        animateHide: (closedCallback?: () => void) => void;
        animateShow: (readyCallback?: () => void) => void;
        identification?: string;
        password?: string;
        remember?: boolean;
        state: ModalManagerState;
    }

    Hierarchy (View Summary)

    Index

    Properties

    animateHide: (closedCallback?: () => void) => void
    animateShow: (readyCallback?: () => void) => void
    identification?: string
    password?: string
    remember?: boolean