@umbraco-cms/backoffice
    Preparing search index...

    Interface MarkViewRendererOptions

    interface MarkViewRendererOptions {
        ignoreMutation:
            | null
            | ((props: { mutation: ViewMutationRecord }) => boolean);
    }
    Index

    Properties

    Properties

    ignoreMutation: null | ((props: { mutation: ViewMutationRecord }) => boolean)