Constructor
# new BaseProperty(options)
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
options |
object
|
|||
path |
string
|
property path: usually it its key but when property is for an object the path can be divided to parts by dots: i.e. 'address.street' |
||
type |
PropertyType
|
<optional> |
'string' | |
isId |
boolean
|
<optional> |
false | true when field should be treated as an ID |
isSortable |
boolean
|
<optional> |
true | if property should be sortable |