MarkdownContentConfig class abstract
Configuration interface for pages that display markdown content with an appendix file table.
Implement this on a page config (a blog entry, a media review, ...) and pass the config straight to MarkdownContentPage; the page needs nothing else.
- Implementers
Constructors
Properties
-
docsDesc
→ List<
Map< String, String> > -
List of appendix documents with their metadata.
no setter
- filePath → String
-
The path to the markdown file to display.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageDir → String
-
The directory containing images referenced in the markdown.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited