new Keyboard(name, description, launchPath, layouts, app) → {Keyboard}
Parameters:
| Name | Type | Description | 
|---|---|---|
name | 
            
            String | The name of the keyboard.  | 
        
description | 
            
            String | The description of the keyboard.  | 
        
launchPath | 
            
            String | The launch path of the keyboard.  | 
        
layouts | 
            
            Array | All layouts included in the keyboard.  | 
        
app | 
            
            App | The keyboard app object.  | 
        
- Source:
 
Returns:
- Type
 - Keyboard