vue-formily vue-formily
v2.0.0-alpha.9
    • Introduction
  • Getting started

    • Setup
    • Basic Usage
  • Guide

    • Form Elements
    • Plugins
    • Form Groups
    • Events
    • Validation Rules
    • TypeScript Support
  • Api

    • Extension of Vue
    • Evento
    • Form
    • Objeto
    • Element
    • Field
    • Group
    • Collection
    • Validation
    • Rule
    • defineSchema
  • examples

    • Form Groups
    • Formatting
    • Localization
  • Plugins

    • Date Format
    • I18n
    • String Format
  • Community

    • Releases
  • More

Form

Class Form

Evento
Objeto
Element
Group
Form

Represents a form. This class is just simply inherited from class Group

Constructor

This class inherit the constructor of the parent class.

type FormSchema = GroupSchema;

Inherited Methods

From class Group

  • accept ,
  • create ,
  • validate ,
  • setValue ,
  • clear ,
  • reset ,
  • shake

From class Element

  • register ,
  • unregister ,
  • isValid ,
  • getHtmlName ,
  • shake ,
  • cleanUp ,
  • addProps ,
  • getProps ,
  • getSchema

From class Evento

  • emit ,
  • once ,
  • on ,
  • off

Related concepts

  • GroupSchema
Edit this page on GitHub Updated at Fri, Feb 4, 2022
Evento Objeto

On this page

  • Class Form
  • Constructor
  • Inherited Methods
  • From class Group
  • From class Element
  • From class Evento
  • Related concepts