Skip to main content

system.kanoa.utilities.storeAssetPath

This function requires KanoaCore module

Description

Stores the passed-in asset path to make it persistent across views in the current tab (page) (kanoaCore).

Syntax

storeAssetPath(self, assetPath)
  • Parameters
      self (Page object) - The instance of the page object.
      assetPath (String) - The assetPath to be stored.
  • Returns
      None
  • Code Example

    # Example Usage:
    system.kanoa.utilities.storeAssetPath(self, 'example_asset_path')