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

    Interface NodeViewRendererOptions

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

    Properties

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