Represents a page for applying share
Members
number
# static commitedKitta
React state for storing commited kitta
- Default Value:
- {0}
View Source pages/Dashboard/ApplyShare/ApplyShare.jsx, line 25
string
# static errorMessage
React state for storing error message
- Default Value:
- {''}
View Source pages/Dashboard/ApplyShare/ApplyShare.jsx, line 58
boolean
# static isLoading
React state for storing loading status
- Default Value:
- {true}
View Source pages/Dashboard/ApplyShare/ApplyShare.jsx, line 41
object
# static share
React state for storing share details
- Default Value:
- {object}
View Source pages/Dashboard/ApplyShare/ApplyShare.jsx, line 17
boolean
# static showtotal
React state for storing show total status
- Default Value:
- {false}
View Source pages/Dashboard/ApplyShare/ApplyShare.jsx, line 49
number
# static totalpayment
React state for storing total payment
- Default Value:
- {0}
View Source pages/Dashboard/ApplyShare/ApplyShare.jsx, line 33
Methods
# static apicall()
Function for calling api to get share details
# static handleCommittedKitta(e)
Function for handling commited kitta
Parameters:
| Name | Type | Description |
|---|---|---|
e |
Event
|
Html event object |
# static handleSubmit(event)
Function for handling apply share submit
Parameters:
| Name | Type | Description |
|---|---|---|
event |