widget.getState

現在の state を取得します。

Syntax:

widget.getState()

Return Value:

TypeDescription
Number現在の state
const state = widget.getState();