Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 487 Bytes

result.new.md

File metadata and controls

21 lines (15 loc) · 487 Bytes

new Result

The constructor function creates a new Result object, used for returning data from events.

Sample

var result = new Result();
var result = new Result(true);

API

Calling Returning
new Result ( ) Result
new Result ( withoutI18nTranslation ) Result
Parameters Type Description
withoutI18nTranslation Boolean If true, the Result instance will not support multiple languages.