Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 19.0Version 18.0 (current version)

On this page

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

AbstractGenerator.filenameMap property

Home > @keymanapp/kmc-generate > AbstractGenerator > filenameMap

AbstractGenerator.filenameMap property

map of all files to be transformed, filled by this class and subclasses

Signature:

protected get filenameMap(): {
        [index: string]: string;
    };