Skip to main content

IkasProductOption

productOptionSetIdstring
namestring
ordernumber

Refer to the IkasProductOptionType reference.

Refer to the IkasProductOptionSelectSettings reference.

Refer to the IkasProductOptionTextSettings reference.

Refer to the IkasProductOptionFileSettings reference.

Refer to the IkasProductOptionDateSettings reference.

Refer to the IkasProductOptionOtherPrice reference.

isOptionalboolean
optionalTextstring | null
requiredOptionIdstring | null
requiredOptionValueIdsstring[] | null
displayedChildOptionsIkasProductOption[]

Refer to the IkasProductOption reference.

productOptionFileUploadfunction
function productOptionFileUpload(files: File[]): Promise<string[]>
files
:
File[]
hasValidValuesboolean
valuesstring[]
valuessetter
function values(values: string[]): string[]
values
:
string[]

Refer to the IkasProductOption reference.

childOptionssetter
function childOptions(options: IkasProductOption[]): IkasProductOption[]
options
:
IkasProductOption[]
initValuesfunction
function initValues(): void