ShorthandMapType
interface ShorthandMapType {
default: string[];
keywords: string[];
mapping?: Record<string, string>;
multiple?: boolean;
pattern: string;
properties: { [property: string]: PropertyMapType };
separator?: {
typ:
| "toString"
| "toLocaleString"
| "toFixed"
| "toExponential"
| "toPrecision"
| "valueOf";
val?: string;
};
set?: Record<string, string[]>;
shorthand: string;
}
default: string[];
keywords: string[];
mapping?: Record<string, string>;
multiple?: boolean;
pattern: string;
properties: { [property: string]: PropertyMapType };
separator?: {
typ:
| "toString"
| "toLocaleString"
| "toFixed"
| "toExponential"
| "toPrecision"
| "valueOf";
val?: string;
};
set?: Record<string, string[]>;
shorthand: string;
}
Index
Properties
Properties
default
default: string[]
keywords
keywords: string[]
Optionalmapping
mapping?: Record<string, string>
Optionalmultiple
multiple?: boolean
pattern
pattern: string
properties
Optionalseparator
separator?: {
typ:
| "toString"
| "toLocaleString"
| "toFixed"
| "toExponential"
| "toPrecision"
| "valueOf";
val?: string;
}
typ:
| "toString"
| "toLocaleString"
| "toFixed"
| "toExponential"
| "toPrecision"
| "valueOf";
val?: string;
}
Optionalset
set?: Record<string, string[]>
shorthand
shorthand: string