Wasm Directoryalpha
Record

create-enum-option-for-custom-field-params

No description available.

record create-enum-option-for-custom-field-params {
  custom-field-gid: string,
  opt-pretty: option​<bool>,
  opt-fields: option​<list​<string>>,
  limit: option​<s32>,
  offset: option​<string>,
  data: option​<enum-option-request>,
}

Fields

NameTypeDescription
custom-field-gidstring
opt-prettyoption​<bool>
opt-fieldsoption​<list​<string>>
limitoption​<s32>
offsetoption​<string>
dataoption​<enum-option-request>