Flarum (v2.0.0-beta.2)
    Preparing search index...
    interface IUserSelectionModalAttrs {
        animateHide: (closedCallback?: () => void) => void;
        animateShow: (readyCallback?: () => void) => void;
        excluded?: (string | number)[];
        maxItems?: number;
        onsubmit: (users: User[]) => void;
        selected: User[];
        state: ModalManagerState;
        title?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    animateHide: (closedCallback?: () => void) => void
    animateShow: (readyCallback?: () => void) => void
    excluded?: (string | number)[]
    maxItems?: number
    onsubmit: (users: User[]) => void
    selected: User[]
    title?: string