Header menu logo fantomas

Layout Type

Data representing structured layouts of terms.

Union cases

Union case Description

Attr(text, attributes, layout)

Full Usage: Attr(text, attributes, layout)

Parameters:
    text : string
    attributes : (string * string) list
    layout : Layout

text : string
attributes : (string * string) list
layout : Layout

Leaf(juxtLeft, text, juxtRight)

Full Usage: Leaf(juxtLeft, text, juxtRight)

Parameters:
    juxtLeft : bool
    text : TaggedText
    juxtRight : bool

juxtLeft : bool
text : TaggedText
juxtRight : bool

Node(leftLayout, rightLayout, joint)

Full Usage: Node(leftLayout, rightLayout, joint)

Parameters:
leftLayout : Layout
rightLayout : Layout
joint : Joint

ObjLeaf(juxtLeft, object, juxtRight)

Full Usage: ObjLeaf(juxtLeft, object, juxtRight)

Parameters:
    juxtLeft : bool
    object : obj
    juxtRight : bool

juxtLeft : bool
object : obj
juxtRight : bool

Instance members

Instance member Description

this.IsAttr

Full Usage: this.IsAttr

Returns: bool
Returns: bool

this.IsLeaf

Full Usage: this.IsLeaf

Returns: bool
Returns: bool

this.IsNode

Full Usage: this.IsNode

Returns: bool
Returns: bool

this.IsObjLeaf

Full Usage: this.IsObjLeaf

Returns: bool
Returns: bool

Static members

Static member Description

Layout.JuxtapositionMiddle(left, right)

Full Usage: Layout.JuxtapositionMiddle(left, right)

Parameters:
Returns: bool
left : Layout
right : Layout
Returns: bool

Type something to start searching.