Skip to content

Home > sic-util > getOptionConfig

getOptionConfig() function

获取枚举配置

Signature:

typescript
getOptionConfig: (value: any, array: any[]) => any

Parameters

Parameter

Type

Description

value

any

当前value值

array

any[]

当前枚举配置

**Returns:**

any

Released under the MIT License.