requireApiVersion
export function requireApiVersion(version: string): boolean;
Returns true if the API version is equal or higher than the requested version. Use this to limit functionality that require specific API versions to avoid crashing on older Obsidian builds.
Parameters
Parameter | Description |
---|---|
version |