React Design Patterns Documentation - v0.0.3
GitHub
Preparing search index...
app/event-delegation/components
Item
Interface Item
interface
Item
{
id
:
number
;
name
:
string
;
category
:
string
;
status
:
"active"
|
"inactive"
;
}
Index
Properties
id
name
category
status
Properties
id
id
:
number
name
name
:
string
category
category
:
string
status
status
:
"active"
|
"inactive"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
category
status
GitHub
React Design Patterns Documentation - v0.0.3
Loading...