@manuth/generator-wsc-package
Version:
A Generator for WoltLab Suite Core Packages.
22 lines (21 loc) • 565 B
TypeScript
/**
* Represents a setting of the {@link IWoltLabSettings `IWoltLabSettings`}
*/
export declare enum WoltLabSettingKey {
/**
* Indicates the {@link Identifier `Identifier`}-setting.
*/
Identifier = "identifier",
/**
* Indicates the {@link Author `Author`}-setting.
*/
Author = "authorName",
/**
* Indicates the {@link HomePage `HomePage`}-setting.
*/
HomePage = "homepage",
/**
* Indicates the {@link ComponentOptions `ComponentOptions`}-settings.
*/
ComponentOptions = "componentOptions"
}