blockly > IFlyoutInflater > getType

IFlyoutInflater.getType() method

Returns the type of items that this inflater is responsible for inflating. This should be the same as the name under which this inflater registers itself, as well as the value returned by getType() on the FlyoutItem objects returned by load().

Signature:

getType(): string;

Returns:

string

The type of items this inflater creates.