Flarum (v2.0.0-beta.2)
    Preparing search index...
    interface INewAccessTokenModalAttrs {
        animateHide: (closedCallback?: () => void) => void;
        animateShow: (readyCallback?: () => void) => void;
        onsuccess: (token: AccessToken) => void;
        state: ModalManagerState;
    }

    Hierarchy (View Summary)

    Index

    Properties

    animateHide: (closedCallback?: () => void) => void
    animateShow: (readyCallback?: () => void) => void
    onsuccess: (token: AccessToken) => void