Interface FormatterContext

Information about the context under which a Formatter is invoked.

Hierarchy

  • FormatterContext

Properties

Properties

type?: "blur" | "change"

The Formatter is being invoked because this type of DOM event happened.

userKeyed?: boolean

True if the Formatter is being invoked because the user pressed and released a key.

Generated using TypeDoc