struct Protocol::Page::NavigationEntry
- Protocol::Page::NavigationEntry
- Struct
- Value
- Object
Overview
Navigation history entry.
Included Modules
- JSON::Serializable
Defined in:
protocol/page.crConstructors
Instance Method Summary
-
#id : Int::Primitive
Unique id of the navigation history entry.
-
#title : String
Title of the navigation history entry.
-
#transition_type : TransitionType
Transition type.
-
#url : String
URL of the navigation history entry.
-
#user_typed_url : String
URL that the user typed in the url bar.