Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VBlock<SS>

Type parameters

  • SS

Hierarchy

Index

Constructors

constructor

Properties

captions

captions: IntervalSet | null

show_metadata

show_metadata: boolean

show_timeline

show_timeline: boolean

time_state

time_state: TimeState

title

title: string | null

Methods

closeClick

  • closeClick(e: MouseEvent<HTMLElement>): void
  • Parameters

    • e: MouseEvent<HTMLElement>

    Returns void

current_intervals

onKeyUp

  • onKeyUp(key: string): void

render

  • render(): Element
  • Returns Element

select

toggle_expand

  • toggle_expand(): void

Object literals

key_bindings

key_bindings: object

__computed

__computed: object

=

=: toggle_expand = this.toggle_expand

[

[: (Anonymous function) = this.select(BlockSelectType.Positive)

]

]: (Anonymous function) = this.select(BlockSelectType.Negative)

f

f: toggle_expand = this.toggle_expand

s

s: (Anonymous function) = this.select(BlockSelectType.Positive)

x

x: (Anonymous function) = this.select(BlockSelectType.Negative)

state

state: object

expand

expand: boolean = this.props.expand

Generated using TypeDoc