[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-09-04。"],[[["The `ProductModel` type extends the basic `Product` type and includes specific properties for defining product variants and their relationships."],["`isVariantOf` denotes a product's base model, implying inheritance of features unless explicitly overridden."],["`predecessorOf` and `successorOf` indicate the relationship between older and newer variants, typically used for discontinued and replacement products."]]],["The `ProductModel` type extends `Product` and includes relationships between product variants. `isVariantOf` links a variant to its base product, inheriting features. `predecessorOf` points from an older variant to its newer successor. Conversely, `successorOf` points from a newer variant to its older predecessor. These relationships are non-transitive, indicating direct connections between specific product models. Each property is represented by a `ProductModel` type.\n"]]