0.1.10 • Published 1 year ago

capacitor-shp v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

capacitor-shp

shp

Install

npm install capacitor-shp
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


editDbf(...)

editDbf(data: EditRowOptions) => Promise<{ success: boolean; msg: string; }>
ParamType
dataEditRowOptions

Returns: Promise<{ success: boolean; msg: string; }>


getDbf(...)

getDbf(data: QueryRowOption) => Promise<{ value: Property[]; }>
ParamType
dataQueryRowOption

Returns: Promise<{ value: Property[]; }>


addFeature(...)

addFeature(data: { path: string; feature: string; }) => Promise<{ success: boolean; msg: string; }>
ParamType
data{ path: string; feature: string; }

Returns: Promise<{ success: boolean; msg: string; }>


Interfaces

EditRowOptions

PropType
keyFieldstring
keyValuestring | number | boolean
pathstring
columns{ field: string; value: string; }[]

Property

QueryRowOption

PropType
pathstring
fieldstring
valuestring
0.1.10

1 year ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.6

2 years ago

0.1.4

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

1.0.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago