Module: core/bbs
Simplified BBS API
Summary
High-level declarative API for building BBS applications
This module provides a simplified, declarative API that wraps the existing core functionality, enabling cleaner and more expressive BBS development.
Table of contents
Interfaces
- BBSArtOptions
- BBSBulletinOptions
- BBSChoiceOption
- BBSMenuItem
- BBSMenuOptions
- BBSPopupOptions
- BBSSnackOptions
- ServerInfo
- SessionInfo
Type Aliases
Variables
Type Aliases
BBSType
Ƭ BBSType: typeof bbs
Defined in
SnackTarget
Ƭ SnackTarget: "current" | "broadcast" | { node: number } | { user: string }
Target for snack delivery: current session, broadcast, or specific node/user
Defined in
Variables
bbs
• Const bbs: BBS
Singleton BBS instance