Click or drag to resize
HubGetBNFAsync Method
Overload List
  NameDescription
Public methodGetBNFAsync(BNFType, AsyncHandle)

Returns a set of rules defining the Qlik Sense scripting language grammar. These rules define the syntax for the script statements and the script or chart functions.

A way to retrieve the list of script statements, script functions or chart functions is to call the GetBNF method.
Public methodGetBNFAsyncT(BNFType, FuncResponse, T, AsyncHandle)

Returns a set of rules defining the Qlik Sense scripting language grammar. These rules define the syntax for the script statements and the script or chart functions.

A way to retrieve the list of script statements, script functions or chart functions is to call the GetBNF method.
Top
See Also