Fantom

 

const class

flux::HistoryItem

sys::Obj
  flux::HistoryItem

@Serializable { simple=false collection=false }

HistoryItem stores information about navigation to a specific uri.

Slots

iconUriSource

const Uri? iconUri

Uri for icon of resource or null.

makeSource

new make(|This|? f := null)

Default constructor with it-block

timeSource

const DateTime time := DateTime.now

Last time of access.

toStrSource

override Str toStr()

Overrides sys::Obj.toStr

Return uri string.

uriSource

const Uri uri := ``

Uri of resource.