Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new D3Code(name: string, code: string, data?: unknown): D3Code
  • Parameters

    • name: string

      the name for this element

    • code: string

      the JSON-encoded code for generating a D3 image

    • Optional data: unknown

      the data that the code will have access to; optional

    Returns D3Code

Properties

code

code: string

data

data: unknown

name

name: string

Methods

asDict

  • asDict(): {}

availableTags

  • availableTags(): Set<string>

Generated using TypeDoc