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

    Interface TrailingNodeOptions

    interface TrailingNodeOptions {
        node: string;
        notAfter?: string | string[];
    }
    Index

    Properties

    Properties

    node: string

    The node type that should be inserted at the end of the document.

    the node will always be added to the notAfter lists to prevent an infinite loop.

    'paragraph'
    
    notAfter?: string | string[]

    The node types after which the trailing node should not be inserted.

    ['paragraph']