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

    Interface NodeViewRendererOptions

    interface NodeViewRendererOptions {
        contentDOMElementTag: string;
        ignoreMutation:
            | null
            | ((props: { mutation: ViewMutationRecord }) => boolean);
        stopEvent: null | ((props: { event: Event }) => boolean);
    }
    Index

    Properties

    contentDOMElementTag: string
    ignoreMutation: null | ((props: { mutation: ViewMutationRecord }) => boolean)
    stopEvent: null | ((props: { event: Event }) => boolean)