Preparing search index...
The search index is not available
mdv
mdv
catalog/ProjectAccessModal
ProjectAccessModalProps
Interface ProjectAccessModalProps
interface
ProjectAccessModalProps
{
id
:
string
;
onChangeType
:
(
id
:
string
,
newType
:
ProjectAccessType
)
=>
Promise
<
void
>
;
onClose
:
()
=>
void
;
open
:
boolean
;
type
:
ProjectAccessType
;
}
Index
Properties
id
on
Change
Type
on
Close
open
type
Properties
id
id
:
string
on
Change
Type
onChangeType
:
(
id
:
string
,
newType
:
ProjectAccessType
)
=>
Promise
<
void
>
on
Close
onClose
:
()
=>
void
open
open
:
boolean
type
type
:
ProjectAccessType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
on
Change
Type
on
Close
open
type
mdv
Loading...