Fantom

 

const class

flux::GeneralOptions

sys::Obj
  flux::GeneralOptions

@serializable

GeneralOptions is a catch-all for general purpose options.

Slots

homePageSource

const Uri homePage := `flux:start`

Default uri to display on startup.

indexDirsSource

const Uri[] indexDirs := Uri[,]

Directories to index for Goto-File command.

loadSource

static GeneralOptions load()

Convenience for loading from "general"

makeSource

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

Default constructor with it-block