Variable displayNameSetConst

displayNameSet: {
    [type: string]: {
        [index: number]: string;
    };
} = {}

Type declaration

  • [type: string]: {
        [index: number]: string;
    }
    • [index: number]: string

Generated using TypeDoc