Represents design type information obtained through reflection.

DesignType

interface DesignType {
    name: string;
}

Properties

Properties

name: string

The name of the design type.

Generated using TypeDoc