Interface CommentThreadRevealOptions

interface CommentThreadRevealOptions {
    focusReply: boolean;
    preserveFocus: boolean;
}

Properties§

§focusReply: boolean
§preserveFocus: boolean