Objeto
Abstract Class Objeto
Objeto
The generic class, using to extend more functions or data. Useful when developing plugins.
All Known Subclasses
Constructor
This class inherit the constructor from parent class. To get an instance of this class, use one of the subclass's constructors.
Properties
Prop | Type | Default | Description |
---|---|---|---|
protected _d | Record<string, any> | {} | The internal data using in all subclasses. |
protected _config read only | Record<string, any> | {} | The internal configuration using in all subclasses. vue-formily stores all the elements constructor and plugins here |
plugs | Plugs | {} | Any plugins for the current element |