Type alias CalculateBoundingInfoSettings

CalculateBoundingInfoSettings: { excludeHtmlAnchors?: boolean; excludeNodes?: NodeDescription[] }

Type declaration

  • Optional excludeHtmlAnchors?: boolean

    Defines if HTML anchors should be considered for the bounding info calculation.
    Default: true

  • Optional excludeNodes?: NodeDescription[]

    Optional list of nodes to be excluded from bounding info calculation

Generated using TypeDoc