characterCounter property

  1. @Input.new()
Function? characterCounter
getter/setter pair

A custom character counter function.

Takes in the input text; returns how many characters the text should be considered as.

Implementation

@Input()
Function? characterCounter;