Type alias FormsAppConfiguration<T>
Forms
App
Configuration
<T>: FormsAppEnvironmentConfiguration & { cachingStrategies
?: _NewFormsApp["cachingStrategies"]; description
?: string; draftsAreShared
?: boolean; formsAppId
: number; formsHostname
: string; formsOAuthClientId
?: string | null; isAppUserMfaRequired
: boolean; isAppUserSignUpEnabled
: boolean; isClientLoggingEnabled
: boolean; isDraftsEnabled
: boolean; isGoogleLoginSupported
: boolean; logoutRedirectUrl
?: string; name
: string; pwaSettings
?: FormsAppPWASettings | null; samlIdentityProviderName
?: string | null; styles
: T; taskGroupInstances
?: TaskGroupInstance[]; type
: FormsApp["type"]; volunteers
: { categories
: VolunteersFormsApp["categories"]; waiverUrl
: VolunteersFormsApp["waiverUrl"]; } | undefined; }