Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MarkdownView

Hierarchy

Index

Constructors

Properties

autoHidePriority: number
backgroundColor: ColorWithAlpha
borderColor: ColorWithAlpha
borderMode: BorderMode
borderStyle: BorderStyle
borderWidth: number
children: Iterable<View>
clipMode: ClipMode
contentColor: ColorWithAlpha
contentHeight: number
contentWidth: number
contentX: number
contentY: number
cornerRadius: number
cornerRadiusRelative: boolean
directionality: Directionality
enabled: boolean
firstChild: View
firstVisibleChild: View
focusable: boolean
focused: boolean
fontSize: number
fontStyle: FontStyle
fontWeight: FontWeight
gradient: Gradient
height: number
hovered: boolean
innermostHovered: boolean
inputRoot: boolean
insets: Insets
languageDirection: LanguageDirection
lastChild: View
lastVisibleChild: View
leftBottomCornerRadius: number
leftTopCornerRadius: number
lineStretch: boolean
maxHeight: number
maxWidth: number
minHeight: number
minWidth: number
mounted: boolean
nextSibling: View
nextVisibleSibling: View
pageStretch: boolean
parent: View
posX: number
posY: number
pressed: boolean
previousSibling: View
previousVisibleSibling: View
rightBottomCornerRadius: number
rightTopCornerRadius: number
root: Root
selected: boolean
shadow: Shadow
stretchPriority: number
stretchRate: number
text: string
textDecoration: TextDecoration
viewClasses: Iterable<ViewClass>
visible: boolean
width: number
blockQuote: ViewClass
blockQuoteBody: ViewClass
blockQuoteMarker: ViewClass
bulletList: ViewClass
code: ViewClass
codeBlock: ViewClass
document: ViewClass
emphasis: ViewClass
flow: ViewClass
heading1: ViewClass
heading2: ViewClass
heading3: ViewClass
heading4: ViewClass
heading5: ViewClass
heading6: ViewClass
link: ViewClass
listItem: ViewClass
listItemBody: ViewClass
listItemMarker: ViewClass
orderedList: ViewClass
paragraph: ViewClass
strong: ViewClass
thematicBreak: ViewClass

Methods

  • addViewClasses(...viewClasses: ViewClass[]): void
  • clearViewClasses(): void
  • destroyFocus(): void
  • getPositionRelativeToRoot(): Vector2
  • isAncestorOf(other: View): boolean
  • onLinkClicked(handler: ((t: string) => void)): Disposable
  • Parameters

    • handler: ((t: string) => void)
        • (t: string): void
        • Parameters

          • t: string

          Returns void

    Returns Disposable

  • removeViewClasses(...viewClasses: ViewClass[]): void
  • requestFocus(): boolean