Skip to content

Latest commit

 

History

History
61 lines (28 loc) · 1.25 KB

ux_uca_options.md

File metadata and controls

61 lines (28 loc) · 1.25 KB

#Module ux_uca_options#

This library contains functions for manipulating with a configuration of sorting.

##Description## You can use it as: C = ux_uca_options:get_options(shifted). And then: ux_uca:sort(C, ["string1", "string2", "string3").

##Function Index##

get_options/0
get_options/1
get_options/2If you want use this library without import *.hrl, you can create a #uca_options {} record with this function.

##Function Details##

###get_options/0##

get_options() -> any()

###get_options/1##

get_options(Params) -> any()

###get_options/2##

get_options(C, T) -> any()

If you want use this library without import *.hrl, you can create a #uca_options {} record with this function.