SecondaryOutput class abstract
A secondary output for a page.
See also:
SecondaryMarkdownOutputfor a secondary output containing the unparsed markdown of a page.
- Implementers
Constructors
Properties
Methods
-
build(
Page page) → Component - Builds the secondary output component for a page.
-
createRoute(
String route) → String - Creates the route for this output based on the given base route.
-
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