mliffx
v1.0.2
Published
LINE Frontend Framework in MobX store
Downloads
3
Readme
mliffx
MobX Store for LINE Frontend Framework state
Installation
npm i mliffx
Usage
Initialize
In your entry file
import MLIFFXStore from 'mliffx'
mliffx.init()
MLIFFX Properties
isInit: boolean
It will be true if LIFF
is initialized.
error: Error
It will be defined if LIFF
is failed to initialize.
userProfile: DataStore< UserProfile >
It will return data store of user profile
accessToken: DataStore< string >
It will return data store of accessToken
DataStore
Example of calling value in DataStore
userProfile.value
Value Structure
value: T
Generic Type depend on datafetched: boolean
will be true if store is fetchedloading: boolean
will be true if store is fetching