CoreFormsEnum
Enum of form keys with special meaning to the Admin UI. Use the matching value as the first argument to new Form(...) so the UI puts the form in the right tab.
import CoreFormsEnum from '@orchesty/nodejs-sdk/dist/lib/Application/Base/CoreFormsEnum';
Values #
| Value | Used for |
|---|---|
CoreFormsEnum.AUTHORIZATION_FORM | Credentials (API key, OAuth client id/secret, basic auth pair). Renders in the Authorization tab. |
CoreFormsEnum.LIMITER_FORM | Limiter configuration for the Application's connectors. Renders in the Limits tab. |
Forms keyed with anything else show up as plain settings tabs.
See also #
- FormStack, Form, Field
- Operations: Rate limiting
- PHP equivalent: form-key constants live on the PHP
Formclass.