Wagtail client-side components
    Preparing search index...
    interface SetFocusedCommentAction {
        commentId: null | number;
        forceFocus: boolean;
        type: "set-focused-comment";
        updatePinnedComment: boolean;
    }
    Index

    Properties

    commentId: null | number
    forceFocus: boolean
    type: "set-focused-comment"
    updatePinnedComment: boolean