Platforms to show: All Mac Windows Linux Cross-Platform

Back to WKBackForwardListMBS class.

WKBackForwardListMBS.backList as WKBackForwardListItemMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method WebKit2 MBS Mac64bit Plugin 20.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The portion of the list preceding the current item.

The items are in the order in which they were originally visited.

WKBackForwardListMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method WebKit2 MBS Mac64bit Plugin 20.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The constructor.

See also:

WKBackForwardListMBS.Constructor(WKWebView as WKWebViewMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method WebKit2 MBS Mac64bit Plugin 20.1 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Queries back forward list for a web view.

See also:

WKBackForwardListMBS.forwardList as WKBackForwardListItemMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method WebKit2 MBS Mac64bit Plugin 20.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The portion of the list following the current item.

The items are in the order in which they were originally visited.

WKBackForwardListMBS.itemAtIndex(index as Integer) as WKBackForwardListItemMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method WebKit2 MBS Mac64bit Plugin 20.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Returns the item at a specified distance from the current item.

index: Index of the desired list item relative to the current item:
0 for the current item, -1 for the immediately preceding item, 1 for the immediately following item, and so on.

Returns the item at the specified distance from the current item, or nil if the index parameter exceeds the limits of the list.

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...