Environment
The environment for the Kobweb API server.
This can be used to determine if the server is running in development or production mode. For example, it can be useful to stub certain methods out or use fake, in memory implementations of data storage services when running in development mode.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.