Skip to content

Both copy text to your clipboard — Build with AI copies a setup prompt to paste into Claude Code, Cursor, Codex or Copilot; Copy page as Markdown copies this page to paste into a chat. How it works

getRTLTextPluginStatus()

getRTLTextPluginStatus(): string

Defined in: src/index.ts:82

Gets the map's RTL text plugin status. The status can be unavailable (i.e. not requested or removed), loading, loaded or error. If the status is loaded and the plugin is requested again, an error will be thrown.

Returns

string

Example

ts
const pluginStatus = getRTLTextPluginStatus();