@vertigis/viewer-spec
Version:
VertiGIS Viewer Specification
12 lines (11 loc) • 348 B
TypeScript
import type { Command } from "../Command.js";
import { CommandRegistry } from "../CommandRegistry.js";
export declare class IwtmCommands extends CommandRegistry {
protected readonly _prefix = "iwtm";
/**
* Displays the I Want To Menu with the given ID. Mobile only.
*
* @mobileOnly
*/
get open(): Command<string>;
}