Wasm Directoryalpha
Record

framework-search-search-criteria-interface

No description available.

record framework-search-search-criteria-interface {
  current-page: option​<s32>,
  filter-groups: list​<framework-search-filter-group>,
  page-size: option​<s32>,
  request-name: string,
  sort-orders: option​<list​<framework-sort-order>>,
}

Fields

NameTypeDescription
current-pageoption​<s32>
filter-groupslist​<framework-search-filter-group>
page-sizeoption​<s32>
request-namestring
sort-ordersoption​<list​<framework-sort-order>>