API Reference
Class
JavaScriptFunctionName
Identifies a global JavaScript callback by name without accepting executable code.
Inheritance
- Object
- JavaScriptFunctionName
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method TablerCountdown.OnComplete
- Method TablerStarRating.OnChange
Methods
public static JavaScriptFunctionName Global(String name) #Returns:
JavaScriptFunctionNameCreates a validated JavaScript identifier used for a global callback lookup.
Parameters
- name System.String