Documentation
Preparing search index...
@quatrain/mdm
TextileGarmentSpecInterface
Interface TextileGarmentSpecInterface
Standardized and Extensible Textile Garment Specification Interface (ends with 'Interface')
interface
TextileGarmentSpecInterface
{
brand
?:
string
;
colors
:
string
[]
;
fitType
?:
string
;
materials
:
string
[]
;
ontologyMapping
?:
OntologyMappingInterface
;
sizes
:
string
[]
;
washCare
?:
string
[]
;
weightGrams
?:
number
;
[
key
:
string
]:
unknown
;
}
Hierarchy
Record
<
string
,
unknown
>
TextileGarmentSpecInterface
Indexable
[
key
:
string
]:
unknown
Index
Properties
brand?
colors
fit
Type?
materials
ontology
Mapping?
sizes
wash
Care?
weight
Grams?
Properties
Optional
brand
brand
?:
string
colors
colors
:
string
[]
Optional
fit
Type
fitType
?:
string
materials
materials
:
string
[]
Optional
ontology
Mapping
ontologyMapping
?:
OntologyMappingInterface
sizes
sizes
:
string
[]
Optional
wash
Care
washCare
?:
string
[]
Optional
weight
Grams
weightGrams
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
brand
colors
fit
Type
materials
ontology
Mapping
sizes
wash
Care
weight
Grams
Documentation
Loading...
Standardized and Extensible Textile Garment Specification Interface (ends with 'Interface')