@serenity-is/corelib / registerFormatter

Function: registerFormatter()

registerFormatter(type, name, intfAndAttr?): void

Defined in: src/base/system.ts:442

Register a SleekGrid formatter.

Parameters

type

any

Formatter type

name

string

Formatter name

intfAndAttr?

(InterfaceType | AttributeSpecifier)[]

Optional attributes and interface(s) to implement

Returns

void