Interface: OutputPlanCandidate¶
Defined in: core/src/output-plan.ts:33
A formatter artifact submitted to the planner.
Properties¶
output¶
output:
OutputArtifact
Defined in: core/src/output-plan.ts:35
Artifact to flatten into the plan.
owner¶
owner:
string
Defined in: core/src/output-plan.ts:37
Formatter or adapter that owns the artifact.
role?¶
optionalrole?:OutputPlanArtifactRole
Defined in: core/src/output-plan.ts:39
Collision precedence role. Defaults to primary.