Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChapterNodeProps

Props for ChapterNode

Hierarchy

  • ChapterNodeProps

Index

Properties

addChapterClick

addChapterClick: function

Type declaration

    • (currentPath: Array<number>, handlePosition: "left" | "right" | "bottom"): void
    • Parameters

      • currentPath: Array<number>
      • handlePosition: "left" | "right" | "bottom"

      Returns void

boxClick

boxClick: function

Type declaration

    • (currentPath: Array<number>, position: Coords, size: Coords): void
    • Parameters

      Returns void

chapter

chapter: Chapter

currentPath

currentPath: Array<number>

nameLabelClick

nameLabelClick: function

Type declaration

    • (currentPath: Array<number>, currentName: string): void
    • Parameters

      • currentPath: Array<number>
      • currentName: string

      Returns void

position

position: Coords

removeChapterClick

removeChapterClick: function

Type declaration

    • (currentPath: Array<number>): void
    • Parameters

      • currentPath: Array<number>

      Returns void

size

size: Coords

Generated using TypeDoc