Search
Preparing search index...
The search index is not available
todomvc-typescript-react-rxjs
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"src/apps/todo/Todo"
PropsTodo
Interface PropsTodo
Hierarchy
PropsTodo
Index
Properties
filter
Type
new
on
Change
Filter
Type
on
Change
New
on
Clear
Complete
on
Complete
All
on
Edit
on
Save
on
Submit
New
todos
Properties
filter
Type
filter
Type
:
FilterType
new
new
:
NewTodoOperation
on
Change
Filter
Type
on
Change
Filter
Type
:
function
Type declaration
(
filterType
:
FilterType
)
:
void
Parameters
filterType:
FilterType
Returns
void
on
Change
New
on
Change
New
:
function
Type declaration
(
title
:
string
)
:
void
Parameters
title:
string
Returns
void
on
Clear
Complete
on
Clear
Complete
:
function
Type declaration
(
)
:
void
Returns
void
on
Complete
All
on
Complete
All
:
function
Type declaration
(
)
:
void
Returns
void
on
Edit
on
Edit
:
function
Type declaration
(
todo
:
Todo
, operation
:
TodoOperation
)
:
function
Parameters
todo:
Todo
operation:
TodoOperation
Returns
function
(
state
:
Partial
<
MutableTodo
>
)
:
void
Parameters
state:
Partial
<
MutableTodo
>
Returns
void
on
Save
on
Save
:
function
Type declaration
(
todo
:
Todo
, operation
:
TodoOperation
)
:
function
Parameters
todo:
Todo
operation:
TodoOperation
Returns
function
(
state
?:
Partial
<
MutableTodo
>
)
:
void
Parameters
Optional
state:
Partial
<
MutableTodo
>
Returns
void
on
Submit
New
on
Submit
New
:
function
Type declaration
(
)
:
void
Returns
void
todos
todos
:
[
Todo
,
TodoOperation
]
[]
Globals
"src/apps/todo/
Todo"
Props
Todo
filter
Type
new
on
Change
Filter
Type
on
Change
New
on
Clear
Complete
on
Complete
All
on
Edit
on
Save
on
Submit
New
todos
Generated using
TypeDoc