Module

ApplyShare

Represents a page for applying share

View Source pages/Dashboard/ApplyShare/ApplyShare.jsx, line 9

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

string

# static id

id for getting share details

View Source pages/Dashboard/ApplyShare/ApplyShare.jsx, line 66

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

View Source pages/Dashboard/ApplyShare/ApplyShare.jsx, line 100

# static handleCommittedKitta(e)

Function for handling commited kitta

Parameters:
Name Type Description
e Event

Html event object

View Source pages/Dashboard/ApplyShare/ApplyShare.jsx, line 84

# static handleSubmit(event)

Function for handling apply share submit

Parameters:
Name Type Description
event

View Source pages/Dashboard/ApplyShare/ApplyShare.jsx, line 123