1.0.11 • Published 4 months ago

kintone-use v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

kintone-use

⚠️ This is not an official package.

usage

npm i kintone-use

usePluginConfig

Configure the plugin config to store data in an object containing arrays format.

  • setPluginConfig
  • getPluginConfig
  • hasPluginConfig
import { usePluginConfig } from 'kintone-use'

const { setPluginConfig, getPluginConfig, hasPluginConfig } = usePluginConfig()

useFormFieldsType

import { useFormFieldsType } from 'kintone-use'

// async ...
await useFormFieldsType('SINGLE_LINE_TEXT')
1.0.11

4 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago