Flarum (v2.0.0-beta.6)
    Preparing search index...
    interface ICreateUserModalAttrs {
        animateHide: (closedCallback?: () => void) => void;
        animateShow: (readyCallback?: () => void) => void;
        email?: string;
        password?: string;
        provided?: string[];
        state: ModalManagerState;
        token?: string;
        username?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    animateHide: (closedCallback?: () => void) => void
    animateShow: (readyCallback?: () => void) => void
    email?: string
    password?: string
    provided?: string[]
    token?: string
    username?: string