KeyboardInfoSources interface
Home > @keymanapp/kmc-keyboard-info > KeyboardInfoSources
KeyboardInfoSources interface
Description of sources and metadata required to build a .keyboard_info file
Signature:
export interface KeyboardInfoSources
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| forPublishing | boolean | Return an error if project does not meet requirements of keyboards repository | |
| jsFilename? | string | (Optional) The compiled keyboard filename and relative path (.js only) | |
| kmpFilename | string | The compiled package filename and relative path (.kmp) | |
| kpsFilename | string | The source package filename and relative path (.kps) | |
| lastCommitDate? | string | (Optional) Last modification date for files in the project folder 'YYYY-MM-DDThh:mm:ssZ' | |
| sourcePath | string | The path in the keymanapp/keyboards repo where this keyboard may be found |


