Type Parameters

  • P extends CommentForm.Props = CommentForm.Props

Hierarchy

  • Component<P, CommentForm.State>
    • CommentForm

Constructors

Properties

clearInput: (() => void) = ...

Type declaration

    • (): void
    • Returns void

inputRef: RefObject<HTMLTextAreaElement> = ...
inputValue: string = ''
menu: CompoundMenuNode
onInput: ((event) => void) = ...

Type declaration

    • (event): void
    • Parameters

      • event: FormEvent<Element>

      Returns void

Methods