Interface ChoiceFrom<O>

The origin companion that contained a [[Choice]].

O The type of the template or interface of which this [[Choice]] is a member.

interface ChoiceFrom<O> {
    template: () => O;
}

Type Parameters

  • O

Hierarchy (View Summary)

Properties

Properties

template: () => O

Returns the template to which this choice belongs.