pointlinejs
    Preparing search index...

    Type Alias NodeLink

    By default, each node is created as an absolute positioned <div> element. By defining a link property, a node is rendered as an element instead.

    type NodeLink = {
        
    href: string;
        target: string;
    }
    Index

    Properties

    Properties

    href: string
    target: string