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

KeyType

KeyType serves as alias for valid types that d3 supports as key for data binding

type KeyType = string | number;

§Type

§
string | number
[src]