Ravak Configurator
    Preparing search index...

    Type Alias OptionWithParents

    OptionWithParents: Option & { parent: null | OptionWithParents }
      {
    name: 'White',
    identifier: 'XJX01280002',
    listing_order: 0,
    active: true,
    tree_depth: 1,
    is_default_child: true,
    listing_image: { url: '...', width: 1900, height: 1194, mime_type: 'image/jpeg', thumbnails: [] },
    selectable: true,
    tag_identifiers: ['tap-hole', 'wall-mounted', 'washbasin', '80cm'],
    color_identifier: 'white',
    extra_data: { size: 80, model: 'Yard 80', product_variants: ['XJX01280002'] },
    parent: {
    name: 'Yard 80',
    identifier: 'yard-80-washbasin-with-hole',
    listing_order: 7,
    active: true,
    tree_depth: 0,
    is_default_child: false,
    tag_identifiers: [],
    child_options: [/*...*/],
    unique_child_options_color_identifiers: ['white', 'white-matt', 'black-matt', 'grey-green'],
    common_child_options_tag_identifiers: ['tap-hole', 'wall-mounted', 'washbasin', '80cm' ],
    common_child_options_options_extra_data: { size: 80 },
    parent: null,
    },
    }