Wagtail client-side components
    Preparing search index...
    interface NewReplyOptions {
        deleted?: boolean;
        mode?: CommentReplyMode;
        remoteId?: number | null;
        text?: string;
    }
    Index

    Properties

    deleted?: boolean
    remoteId?: number | null
    text?: string