Options
All
  • Public
  • Public/Protected
  • All
Menu

Module core

Index

References

Functions

References

Formio

Re-exports Formio

Functions

use

  • use(...mods: any): void
  • Allows passing in plugins as multiple arguments or an array of plugins.

    Formio.plugins(plugin1, plugin2, etc); Formio.plugins([plugin1, plugin2, etc]);

    Parameters

    • Rest ...mods: any

    Returns void

useModule

  • useModule(module: any): void
  • Register a new module.

    Parameters

    • module: any

    Returns void

usePlugin

  • usePlugin(key: string, plugin: any): void
  • Register a specific plugin.

    Parameters

    • key: string
    • plugin: any

    Returns void

Generated using TypeDoc