limitToLast

actual fun limitToLast(limit: Int): Query(source)
expect fun limitToLast(limit: Int): Query(source)

Creates a query with limit and anchor it to the end of the window.

Return

A query with the new constraint

Parameters

limit

The maximum number of child nodes to return

actual fun limitToLast(limit: Int): Query(source)
actual fun limitToLast(limit: Int): Query(source)
actual fun limitToLast(limit: Int): Query(source)