Interface ProductSetValueOptions

Additional options for setValue

interface ProductSetValueOptions {
    isDefault?: boolean;
}

Properties

Properties

isDefault?: boolean

Is the setValue call setting a default value

Generated using TypeDoc