Options
All
  • Public
  • Public/Protected
  • All
Menu

Type Parameters

  • P extends CommentForm.Props = CommentForm.Props

Hierarchy

  • Component<P, CommentForm.State>
    • CommentForm

Index

Constructors

Properties

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

Type declaration

    • (): void
    • Returns void

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

Type declaration

    • (event: FormEvent<Element>): void
    • Parameters

      • event: FormEvent<Element>

      Returns void

Methods

  • collapse(): void
  • componentDidMount(): void
  • expand(): void
  • getInput(): string
  • render(): ReactNode
  • update(): void