Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 19.0Version 18.0Version 17.0 (current version)

On this page

You are viewing an incomplete pre-release version of this documentation. Click here to open the current version, 17.0.

KmpCompilerResult interface

Home > @keymanapp/kmc-package > KmpCompilerResult

KmpCompilerResult interface

Build artifacts from the .kps compiler

Signature:

export interface KmpCompilerResult extends KeymanCompilerResult 

Extends: KeymanCompilerResult

Properties

Property Modifiers Type Description
artifacts KmpCompilerArtifacts Internal in-memory build artifacts from a successful compilation. Caller can write these to disk with KmpCompiler.write()