system.kanoa.utilities.storeAssetPath
Description
Stores the passed-in asset path to make it persistent across views in the current tab (page) (kanoaCore).Syntax
storeAssetPath(self, assetPath)- self (Page object) - The instance of the page object.
- assetPath (String) - The assetPath to be stored.
- None
Code Example
# Example Usage:
system.kanoa.utilities.storeAssetPath(self, 'example_asset_path')