requireApiVersion
Code location
requireApiVersion(
version
):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
• version: string
Returns
boolean