A dictionary definition

interface Family {
    id: number;
    name: string;
    title: Label;
    dtitle?: Label;
    attributes?: Attributes;
    attributesOrder?: string[];
}

Properties

id: number

ID of family, used in element structure

name: string

Name of family

title: Label
dtitle?: Label
attributes?: Attributes
attributesOrder?: string[]

The order the attributes were defined in the DSC. Only present if more than one attribute was defined.