webflow.getAssetById(id)
webflow.getAssetById(id)
Retrieve an asset by its unique identifier.
Syntax
webflow.getAssetById(id:string): Promise<Asset>
Parameters
- id:
string
- The unique identifier of the asset
Returns
Promise<Asset> | null
A Promise that resolves to an Asset. If an invalid ID is entered, the method will return null
Example
const asset = await webflow.getAssetById(id)
console.log(asset)
Designer Ability
Checks for authorization only
Designer Ability | Locale | Branch | Workflow | Sitemode |
---|---|---|---|---|
canAccessAssets | any | any | any | any |