IndexView Type

Record fields

Record Field Description

AppEntry

Full Usage: AppEntry

Field type: XmlNode
Field type: XmlNode

AppTitle

Full Usage: AppTitle

Field type: string
Field type: string

CSS

Full Usage: CSS

Field type: seq<XmlNode>
Field type: seq<XmlNode>

Config

Full Usage: Config

Field type: DashConfig
Field type: DashConfig

FaviconPath

Full Usage: FaviconPath

Field type: string
Field type: string

Metas

Full Usage: Metas

Field type: seq<XmlNode>
Field type: seq<XmlNode>

Renderer

Full Usage: Renderer

Field type: XmlNode
Field type: XmlNode

Scripts

Full Usage: Scripts

Field type: seq<XmlNode>
Field type: seq<XmlNode>

Static members

Static member Description

IndexView.appendCSSLinks css indexView

Full Usage: IndexView.appendCSSLinks css indexView

Parameters:
Returns: IndexView

returns an IndexView with the given css link tag appended to the ones already in place.

css : seq<XmlNode>
indexView : IndexView
Returns: IndexView

IndexView.appendMetas meta indexView

Full Usage: IndexView.appendMetas meta indexView

Parameters:
Returns: IndexView

returns an IndexView with the given meta tag appended to the ones already in place.

meta : seq<XmlNode>
indexView : IndexView
Returns: IndexView

IndexView.appendScripts script indexView

Full Usage: IndexView.appendScripts script indexView

Parameters:
Returns: IndexView

returns an IndexView with the given script tag appended to the ones already in place.

script : seq<XmlNode>
indexView : IndexView
Returns: IndexView

IndexView.create metas appTitle faviconPath css appEntry config scripts renderer

Full Usage: IndexView.create metas appTitle faviconPath css appEntry config scripts renderer

Parameters:
Returns: IndexView
metas : seq<XmlNode>
appTitle : string
faviconPath : string
css : seq<XmlNode>
appEntry : XmlNode
config : DashConfig
scripts : seq<XmlNode>
renderer : XmlNode
Returns: IndexView

IndexView.initDefault ()

Full Usage: IndexView.initDefault ()

Returns: IndexView
Returns: IndexView

IndexView.initDefaultWith initializer

Full Usage: IndexView.initDefaultWith initializer

Parameters:
Returns: IndexView
initializer : IndexView -> IndexView
Returns: IndexView

IndexView.toHTMLComponent indexView

Full Usage: IndexView.toHTMLComponent indexView

Parameters:
Returns: XmlNode
indexView : IndexView
Returns: XmlNode

IndexView.withCSSLinks css indexView

Full Usage: IndexView.withCSSLinks css indexView

Parameters:
Returns: IndexView

returns an IndexView with the given css link tags in place of the old.

css : seq<XmlNode>
indexView : IndexView
Returns: IndexView

IndexView.withConfig dashConfig indexView

Full Usage: IndexView.withConfig dashConfig indexView

Parameters:
Returns: IndexView
dashConfig : DashConfig
indexView : IndexView
Returns: IndexView

IndexView.withMetas metas indexView

Full Usage: IndexView.withMetas metas indexView

Parameters:
Returns: IndexView

returns an IndexView with the given meta tags in place of the old.

metas : seq<XmlNode>
indexView : IndexView
Returns: IndexView

IndexView.withScripts scripts indexView

Full Usage: IndexView.withScripts scripts indexView

Parameters:
Returns: IndexView

returns an IndexView with the given script tags in place of the old.

scripts : seq<XmlNode>
indexView : IndexView
Returns: IndexView