LogoRobo.js
Packages@robojs/roadmap

DIRECTORY

API reference for @robojs/roadmap

@robojs/roadmap

API reference documentation for @robojs/roadmap.

Classes

  • JiraProvider - Jira provider that connects to Jira Cloud instances via REST API v3.
  • RoadmapProvider - Base class for roadmap data providers (Jira, GitHub Projects, Linear).
  • SyncCanceledError - Error thrown when a sync is canceled via AbortSignal.

Interfaces

Type Aliases

  • CreateCardInput - Input required to create a new roadmap card in the external provider.
  • CreateCardResult - Result of a card creation operation.
  • DateRangeFilter - Specifies filtering criteria for fetching roadmap cards by date range.
  • ForumPermissionMode - Forum permission modes.
  • ProviderConfig - Identifies the provider implementation and its raw configuration.
  • ProviderInfo - Metadata describing a roadmap provider implementation.
  • RoadmapCard - Represents a unit of work surfaced by the roadmap.
  • RoadmapColumn - Describes a column or lane used to organize roadmap cards.
  • SyncResult - Captures the result of a synchronization run between a provider and the roadmap surface.
  • ThreadOperation - Type of operation to perform on a thread.
  • UpdateCardInput - Input required to update an existing roadmap card in the external provider.
  • UpdateCardResult - Result of a card update operation.

Functions

Variables

  • Buttons - Button component IDs used in interactive messages.
  • Id_namespace - Namespace prefix for all component IDs and settings storage.
  • Options - Resolved plugin options from config or defaults.
  • Selects - Select menu component IDs used in interactive messages.

On this page