UNPKG

@manuth/generator-wsc-package

Version:

A Generator for WoltLab Suite Core Packages.

11 lines 397 B
/** * Represents an option of a woltlab-component. */ export var WoltLabComponentSettingKey; (function (WoltLabComponentSettingKey) { /** * Indicates the path of the component. */ WoltLabComponentSettingKey["Path"] = "path"; })(WoltLabComponentSettingKey = WoltLabComponentSettingKey || (WoltLabComponentSettingKey = {})); //# sourceMappingURL=WoltLabComponentSettingKey.js.map