Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BaseType

BaseType serves as an alias for the 'minimal' data type which can be selected without 'd3-selection' trying to use properties internally which would otherwise not be supported.

type BaseType =
| Element
| Document
| Window
| null;

§Type

§
Element | EnterElement | Document | Window | null
[src]