CharacterBoundsUpdateEvent constructor

CharacterBoundsUpdateEvent([
  1. CharacterBoundsUpdateEventInit? options
])

Implementation

factory CharacterBoundsUpdateEvent(
        [CharacterBoundsUpdateEventInit? options]) =>
    CharacterBoundsUpdateEvent._(options ?? undefined);