Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Section(sections?: ["idle", "header", "end"]): Section

Properties

sections

sections: ("idle" | "header" | "end")[]

Methods

get

  • get(): S

is

  • is(section: "idle" | "header" | "end"): boolean

next

  • next(): number

previous

  • previous(): number

set

  • set(section: "idle" | "header" | "end"): number

Generated using TypeDoc