webkit.back_forward_list_item
Module for [BackForwardListItem] class
Types 3
One item of the #WebKitBackForwardList.
A history item is part of the #WebKitBackForwardList and consists out of a title and a URI.
Methods
BackForwardListItem self()Returns `this`, for use in `with` statements.BackForwardListItemGidBuilder builder()Get builder for [webkit.backforwardlist_item.BackForwardListItem] Returns: New builder objectstring getOriginalUri()Obtain the original URI of the item.string getTitle()Obtain the title of the item. Returns: the page title of list_item or null when the title is empty.string getUri()Obtain the URI of the item.classBackForwardListItemGidBuilder : BackForwardListItemGidBuilderImpl!BackForwardListItemGidBuilder
Fluent builder for [webkit.back_forward_list_item.BackForwardListItem]
Methods