ShorthandPropertyType
interface ShorthandPropertyType {
keywords: string[];
map?: string;
multiple: boolean;
properties: string[];
separator: {
typ:
| "toString"
| "toLocaleString"
| "toFixed"
| "toExponential"
| "toPrecision"
| "valueOf";
val: string;
};
shorthand: string;
types: string[];
valueSeparator?: {
typ: | "toString"
| "toLocaleString"
| "toFixed"
| "toExponential"
| "toPrecision"
| "valueOf";
val: string;
};
}
keywords: string[];
map?: string;
multiple: boolean;
properties: string[];
separator: {
typ:
| "toString"
| "toLocaleString"
| "toFixed"
| "toExponential"
| "toPrecision"
| "valueOf";
val: string;
};
shorthand: string;
types: string[];
valueSeparator?: {
typ: | "toString"
| "toLocaleString"
| "toFixed"
| "toExponential"
| "toPrecision"
| "valueOf";
val: string;
};
}
Index
Properties
Properties
keywords
keywords: string[]
Optionalmap
map?: string
multiple
multiple: boolean
properties
properties: string[]
separator
separator: {
typ:
| "toString"
| "toLocaleString"
| "toFixed"
| "toExponential"
| "toPrecision"
| "valueOf";
val: string;
}
typ:
| "toString"
| "toLocaleString"
| "toFixed"
| "toExponential"
| "toPrecision"
| "valueOf";
val: string;
}
shorthand
shorthand: string
types
types: string[]
Optionalvalue Separator
valueSeparator?: {
typ:
| "toString"
| "toLocaleString"
| "toFixed"
| "toExponential"
| "toPrecision"
| "valueOf";
val: string;
}
typ:
| "toString"
| "toLocaleString"
| "toFixed"
| "toExponential"
| "toPrecision"
| "valueOf";
val: string;
}