MAIDR
Home
Examples
API Documentation
GitHub
MAIDR Documentation - v3.39.0
Preparing search index...
MAIDR Documentation - v3.39.0
Modules
command/autoplay
command/command
command/describe
command/factory
command/goTo
command/goToExtremaNavigation
command/move
command/rotorNavigation
command/toggle
controller
index
model/abstract
model/bar
model/box
model/candlestick
model/context
model/factory
model/heatmap
model/histogram
model/line
model/movable
model/plot
model/scatter
model/segmented
model/smooth
model/smoothSvgXY
model/smoothtraceFactory
model/violinKde
service/audio
service/audioPalette
service/autoplay
service/braille
service/chat
service/commandExecutor
service/commandPalette
service/display
service/goToExtrema
service/help
service/highlight
service/keybinding
service/llmValidation
service/modelVersions
service/navigation
service/notification
service/prompts
service/review
service/rotor
service/settings
service/storage
service/text
state/hook/useCommandExecutor
state/hook/useViewModel
state/store
state/viewModel/brailleViewModel
state/viewModel/chatViewModel
state/viewModel/commandPaletteViewModel
state/viewModel/displayViewModel
state/viewModel/goToExtremaViewModel
state/viewModel/helpViewModel
state/viewModel/registry
state/viewModel/reviewViewModel
state/viewModel/rotorNavigationViewModel
state/viewModel/settingsViewModel
state/viewModel/textViewModel
state/viewModel/viewModel
type/api
type/boxplotSection
type/chat
type/color
type/disposable
type/event
type/extrema
type/grammar
type/help
type/llm
type/movable
type/navigation
type/observable
type/settings
type/state
types/rehype-mathjax
ui/App
ui/component/Braille
ui/component/Chat
ui/component/CommandPalette
ui/component/Help
ui/component/Review
ui/component/Settings
ui/component/Text
ui/component/Tooltip
ui/components/GoToExtrema
ui/components/MessageBubble
ui/components/ModelIcon
ui/components/ModelSelection
ui/components/Suggestions
ui/components/TypingEffect
util/api
util/color
util/constant
util/math
util/platform
util/stack
util/svg
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Modules
command/autoplay
command/command
command/describe
command/factory
command/go
To
command/go
To
Extrema
Navigation
command/move
command/rotor
Navigation
command/toggle
controller
index
model/abstract
model/bar
model/box
model/candlestick
model/context
model/factory
model/heatmap
model/histogram
model/line
model/movable
model/plot
model/scatter
model/segmented
model/smooth
model/smooth
Svg
XY
model/smoothtrace
Factory
model/violin
Kde
service/audio
service/audio
Palette
service/autoplay
service/braille
service/chat
service/command
Executor
service/command
Palette
service/display
service/go
To
Extrema
service/help
service/highlight
service/keybinding
service/llm
Validation
service/model
Versions
service/navigation
service/notification
service/prompts
service/review
service/rotor
service/settings
service/storage
service/text
state/hook/use
Command
Executor
state/hook/use
View
Model
state/store
state/view
Model/braille
View
Model
state/view
Model/chat
View
Model
state/view
Model/command
Palette
View
Model
state/view
Model/display
View
Model
state/view
Model/go
To
Extrema
View
Model
state/view
Model/help
View
Model
state/view
Model/registry
state/view
Model/review
View
Model
state/view
Model/rotor
Navigation
View
Model
state/view
Model/settings
View
Model
state/view
Model/text
View
Model
state/view
Model/view
Model
type/api
type/boxplot
Section
type/chat
type/color
type/disposable
type/event
type/extrema
type/grammar
type/help
type/llm
type/movable
type/navigation
type/observable
type/settings
type/state
types/rehype-
mathjax
ui/
App
ui/component/
Braille
ui/component/
Chat
ui/component/
Command
Palette
ui/component/
Help
ui/component/
Review
ui/component/
Settings
ui/component/
Text
ui/component/
Tooltip
ui/components/
Go
To
Extrema
ui/components/
Message
Bubble
ui/components/
Model
Icon
ui/components/
Model
Selection
ui/components/
Suggestions
ui/components/
Typing
Effect
util/api
util/color
util/constant
util/math
util/platform
util/stack
util/svg
src
command
autoplay.ts
AutoplayUpwardCommand
AutoplayDownwardCommand
AutoplayForwardCommand
AutoplayBackwardCommand
StopAutoplayCommand
SpeedUpAutoplayCommand
SpeedDownAutoplayCommand
ResetAutoplaySpeedCommand
command.ts
Command
CommandContext
describe.ts
DescribeXCommand
DescribeYCommand
DescribeFillCommand
DescribeTitleCommand
DescribeSubtitleCommand
DescribeCaptionCommand
DescribePointCommand
factory.ts
CommandFactory
goTo.ts
GoToExtremaToggleCommand
goToExtremaNavigation.ts
GoToExtremaMoveUpCommand
GoToExtremaMoveDownCommand
GoToExtremaSelectCommand
GoToExtremaCloseCommand
move.ts
MoveUpCommand
MoveDownCommand
MoveLeftCommand
MoveRightCommand
MoveToTopExtremeCommand
MoveToBottomExtremeCommand
MoveToLeftExtremeCommand
MoveToRightExtremeCommand
MoveToTraceContextCommand
MoveToSubplotContextCommand
MoveToNextTraceCommand
MoveToPrevTraceCommand
rotorNavigation.ts
RotorNavigationNextNavUnitCommand
RotorNavigationPrevNavUnitCommand
RotorNavigationMoveUpCommand
RotorNavigationMoveLeftCommand
RotorNavigationMoveDownCommand
RotorNavigationMoveRightCommand
toggle.ts
ToggleBrailleCommand
ToggleTextCommand
ToggleAudioCommand
ToggleReviewCommand
ToggleHelpCommand
ToggleChatCommand
ToggleSettingsCommand
ToggleCommandPaletteCommand
CommandPaletteCloseCommand
CommandPaletteMoveUpCommand
CommandPaletteMoveDownCommand
CommandPaletteSelectCommand
ToggleScopeCommand
model
abstract.ts
Dimension
AbstractPlot
AbstractTrace
bar.ts
AbstractBarPlot
BarTrace
box.ts
BoxTrace
candlestick.ts
Candlestick
context.ts
Context
factory.ts
TraceFactory
heatmap.ts
Heatmap
histogram.ts
Histogram
line.ts
LineTrace
movable.ts
MovableGrid
MovableGraph
MovablePlane
plot.ts
Figure
Subplot
Trace
scatter.ts
ScatterTrace
segmented.ts
SegmentedTrace
smooth.ts
SmoothTrace
smoothSvgXY.ts
SmoothTraceSvgXY
smoothtraceFactory.ts
createSmoothTrace
violinKde.ts
ViolinKdeTrace
service
audio.ts
AudioService
audioPalette.ts
WaveType
AudioPaletteIndex
AudioPaletteEntry
AudioPaletteService
autoplay.ts
AutoplayService
braille.ts
BrailleService
chat.ts
ChatService
commandExecutor.ts
CommandExecutor
commandPalette.ts
CommandPaletteService
display.ts
DisplayService
goToExtrema.ts
GoToExtremaService
help.ts
HelpService
highlight.ts
HighlightService
keybinding.ts
SCOPED_KEYMAP
Keymap
KeybindingService
Mousebindingservice
llmValidation.ts
LlmValidationService
modelVersions.ts
GptVersion
ClaudeVersion
GeminiVersion
ModelConfig
ModelVersions
MODEL_VERSIONS
navigation.ts
NavigationService
notification.ts
NotificationService
prompts.ts
USER_PROMPT_TEMPLATE
PromptContext
formatSystemPrompt
formatUserPrompt
review.ts
ReviewService
rotor.ts
RotorNavigationService
settings.ts
SettingsService
storage.ts
StorageService
LocalStorageService
text.ts
TextService
state
hook
useCommandExecutor.ts
useCommandExecutor
useViewModel.ts
useViewModel
useViewModelState
viewModel
brailleViewModel.ts
BrailleViewModel
chatViewModel.ts
ChatViewModel
commandPaletteViewModel.ts
CommandPaletteViewModel
displayViewModel.ts
DisplayViewModel
goToExtremaViewModel.ts
GoToExtremaViewModel
helpViewModel.ts
HelpViewModel
registry.ts
ViewModelMap
ViewModelRegistry
reviewViewModel.ts
ReviewViewModel
rotorNavigationViewModel.ts
setValue
RotorNavigationViewModel
settingsViewModel.ts
SettingsViewModel
textViewModel.ts
TextViewModel
viewModel.ts
AbstractViewModel
store.ts
store
RootState
AppStore
type
api.ts
ApiResponse
ApiError
HttpStatus
boxplotSection.ts
BoxplotSection
BoxplotSectionType
chat.ts
Suggestion
color.ts
Rgb
disposable.ts
Disposable
event.ts
DomEventType
Status
Scope
Focus
Keys
Event
Emitter
extrema.ts
ExtremaNavigable
ExtremaTarget
grammar.ts
CandlestickTrend
Maidr
MaidrSubplot
BarPoint
BoxPoint
BoxSelector
CandlestickPoint
HeatmapData
HistogramPoint
LinePoint
ScatterPoint
SegmentedPoint
SmoothPoint
Orientation
CandlestickSelector
MaidrLayer
TraceType
help.ts
HelpMenuItem
llm.ts
Llm
GptVersion
ClaudeVersion
GeminiVersion
LlmVersion
LlmRequest
LlmResponse
Message
LlmModelSettings
movable.ts
Movable
MovableDirection
Coordinate
Node
navigation.ts
PointWithX
XValue
PointsArray
ValuesArray
hasXProperty
isXValue
isPointWithX
observable.ts
Observer
Observable
settings.ts
AriaMode
ExpertiseLevel
HoverMode
LlmModelSettings
LlmSettings
GeneralSettings
Settings
DEFAULT_SETTINGS
state.ts
PlotState
FigureState
SubplotState
TraceState
NonEmptyTraceState
LayerSwitchTraceState
isLayerSwitchTraceState
AudioEmptyState
AudioState
BrailleState
BarBrailleState
BoxBrailleState
CandlestickBrailleState
LineBrailleState
HeatmapBrailleState
TextState
AutoplayState
HighlightState
types
rehype-mathjax.d.ts
export=
ui
component
Braille.tsx
default
Chat.tsx
default
CommandPalette.tsx
default
Help.tsx
default
Review.tsx
default
Settings.tsx
default
Text.tsx
default
Tooltip.tsx
default
components
GoToExtrema.tsx
GoToExtrema
MessageBubble.tsx
MessageBubble
ModelIcon.tsx
ModelIcon
ModelSelection.tsx
ModelSelection
Suggestions.tsx
Suggestions
TypingEffect.tsx
TypingEffect
App.tsx
MaidrApp
util
api.ts
Api
color.ts
Color
constant.ts
Constant
math.ts
MathUtil
platform.ts
Platform
stack.ts
Stack
svg.ts
Svg
controller.ts
Controller
index.ts