Interface AsukaParametricPartDefinition

A free semantic role defined by each product (body, sole, frame.right, handle...).

interface AsukaParametricPartDefinition {
    includeDescendants?: boolean;
    metadata?: Record<string, unknown>;
    selectors: string[];
}

Properties

includeDescendants?: boolean
metadata?: Record<string, unknown>
selectors: string[]