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

    Properties

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