UNPKG

@dzeio/form-manager

Version:

A powerfull Form Manager

10 lines (9 loc) 384 B
import AttributeListeners from "./AttributeListeners"; import AttributeAbstract from "./AttributeAbstract"; import AttributeIdentity from "./Interfaces/AttributeIdentity"; export default class AutosetAttribute extends AttributeAbstract { trigger(): boolean | void | object; private normal; static listeners: AttributeListeners[]; static identity: AttributeIdentity; }