SecondaryOutput class abstract

A secondary output for a page.

See also:

  • SecondaryMarkdownOutput for a secondary output containing the unparsed markdown of a page.
Implementers

Constructors

SecondaryOutput()

Properties

hashCode int
The hash code for this object.
no setterinherited
pattern Pattern
A pattern to match the pages path that this output should be created for.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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