$k. BookmarkParameter

This object represents a bookmark parameter of the View Configuration Mapper application. It is exclusively used in the API of some script functions and cannot be constructed.

Methods

errorMessage() → {string|undefined}

If an error was thrown while resolving the parameter value, returns the error message

Only supported in the following application environment(s): View-Configuration-Mapper

Since
  • 5.8.2
Returns:
Type: 
string | undefined

hasError() → {any}

Returns true if an error was thrown while resolving the parameter value

Only supported in the following application environment(s): View-Configuration-Mapper

Since
  • 5.8.2
Returns:
Type: 
any

name() → {string}

Returns the parameter name

Only supported in the following application environment(s): View-Configuration-Mapper

Since
  • 5.8.2
Returns:
Type: 
string

value() → {$k.SemanticElement|string}

Returns the parameter value

Only supported in the following application environment(s): View-Configuration-Mapper

Since
  • 5.8.2
Returns:
Type: 
$k.SemanticElement | string