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 #

ValueUsed for
CoreFormsEnum.AUTHORIZATION_FORMCredentials (API key, OAuth client id/secret, basic auth pair). Renders in the Authorization tab.
CoreFormsEnum.LIMITER_FORMLimiter configuration for the Application's connectors. Renders in the Limits tab.

Forms keyed with anything else show up as plain settings tabs.

See also #

© 2025 Orchesty Solutions. All rights reserved.