Skip to main content

InterfaceOrganizationModalProps

Admin Docs


Interface: InterfaceOrganizationModalProps

Defined in: src/screens/OrgList/OrganizationModal.tsx:50

Represents the properties of the OrganizationModal component.

Properties

createOrg()

createOrg: (e) => Promise<void>

Defined in: src/screens/OrgList/OrganizationModal.tsx:55

Parameters

e

ChangeEvent<HTMLFormElement>

Returns

Promise<void>


formState

formState: InterfaceFormStateType

Defined in: src/screens/OrgList/OrganizationModal.tsx:53


setFormState()

setFormState: (state) => void

Defined in: src/screens/OrgList/OrganizationModal.tsx:54

Parameters

state

SetStateAction<InterfaceFormStateType>

Returns

void


showModal

showModal: boolean

Defined in: src/screens/OrgList/OrganizationModal.tsx:51


t()

t: (key) => string

Defined in: src/screens/OrgList/OrganizationModal.tsx:56

Parameters

key

string

Returns

string


tCommon()

tCommon: (key) => string

Defined in: src/screens/OrgList/OrganizationModal.tsx:57

Parameters

key

string

Returns

string


toggleModal()

toggleModal: () => void

Defined in: src/screens/OrgList/OrganizationModal.tsx:52

Returns

void


userData

userData: InterfaceCurrentUserTypePG

Defined in: src/screens/OrgList/OrganizationModal.tsx:58