Sask Vaccine Guide Code Docs
Coverage Testing
Preparing search index...
components/search-bar
SearchBarProps
Type Alias SearchBarProps
Props for the SearchBar component.
type
SearchBarProps
=
{
isTesting
?:
boolean
;
onChangeText
?:
(
text
:
string
)
=>
void
;
onSubmitEditing
?:
(
text
:
string
)
=>
void
;
placeholder
?:
string
;
value
?:
string
;
}
Index
Properties
is
Testing?
on
Change
Text?
on
Submit
Editing?
placeholder?
value?
Properties
Optional
is
Testing
isTesting
?:
boolean
Optional
on
Change
Text
onChangeText
?:
(
text
:
string
)
=>
void
Optional
on
Submit
Editing
onSubmitEditing
?:
(
text
:
string
)
=>
void
Optional
placeholder
placeholder
?:
string
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Testing
on
Change
Text
on
Submit
Editing
placeholder
value
Coverage Testing
Sask Vaccine Guide Code Docs
Loading...
Props for the SearchBar component.