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

    Interface MarkViewRendererOptions

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

    Properties

    Properties

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