Search
Preparing search index...
The search index is not available
plannable
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
src/store
Modal
Class Modal
the modal module handles modal triggering
Hierarchy
Modal
Index
Properties
course
match
section
url
Methods
show
Course
Modal
show
Release
Note
Modal
show
Section
Modal
showURLModal
Properties
course
course
:
Course
|
null
= null
match
match
:
SearchMatch
= [[], new Map()]
section
section
:
Section
|
null
= null
url
url
:
string
= ""
Methods
show
Course
Modal
show
Course
Modal
(
course
:
Course
, match
?:
SearchMatch
)
:
void
Parameters
course:
Course
Optional
match:
SearchMatch
Returns
void
show
Release
Note
Modal
show
Release
Note
Modal
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
show
Section
Modal
show
Section
Modal
(
section
:
Section
)
:
void
Parameters
section:
Section
Returns
void
showURLModal
showURLModal
(
url
:
string
)
:
void
Parameters
url:
string
Returns
void
Globals
src
src
src/
App
src/algorithm
src/components
src/components/tabs
src/config
src/data
src/main
src/models
src/store
src/utils
Modal
course
match
section
url
show
Course
Modal
show
Release
Note
Modal
show
Section
Modal
showURLModal
Generated using
TypeDoc
the modal module handles modal triggering