Skip to content

Function: scrollToBottom()

ts
function scrollToBottom(scroll: HTMLElement): void

将可滚动元素滚动到底部

Example

ts
scrollToBottom(dom: HTMLElement);

Parameters

ParameterTypeDescription

scroll

HTMLElement

要滚动的元素

Returns

void