Interface GenericResult

A generic type. The property left is the generic type that has elements as type values for its type parameters. Array types that are written as Type[] always have the name Array as the left type and elements will contain only one element (in this case the name Type). To differentiate Type[] and Array<Type> there is the meta property brackets.

Hierarchy

  • GenericResult

Properties

Properties

elements: RootResult[]
meta: {
    brackets: "square" | "angle";
    dot: boolean;
}

Type declaration

  • brackets: "square" | "angle"
  • dot: boolean
type: "JsdocTypeGeneric"

Generated using TypeDoc