The standard table of technical feature names and definitions.

Export

StandardTechSpecsModule

interface StandardTechSpecsModule {
    headline?: TextComponent;
    specificationList: StandardTextPairBlock[];
    tableCount?: number;
}

Properties

headline?: TextComponent

Memberof

StandardTechSpecsModule

specificationList: StandardTextPairBlock[]

The specification list.

Memberof

StandardTechSpecsModule

tableCount?: number

The number of tables to present. Features are evenly divided between the tables.

Memberof

StandardTechSpecsModule