Type alias BeginUserBoundsChangingEvent

BeginUserBoundsChangingEvent: UserBoundsChangeEvent & {
    type: "begin-user-bounds-changing";
}

Generated using TypeDoc