ASF - v1.0.0
Preparing search index...
core/UserStory
UserStoryContext
Type Alias UserStoryContext
type
UserStoryContext
=
{
userStory
:
UserStory
;
setWho
:
(
who
:
string
)
=>
void
;
setWhy
:
(
who
:
string
)
=>
void
;
setWhat
:
(
who
:
string
)
=>
void
;
save
:
(
form
:
UserStoryWithLevelId
)
=>
Promise
<
void
>
;
setUserStory
:
(
userStory
:
UserStory
)
=>
void
;
isSaving
:
boolean
;
tips
:
number
[]
;
}
Index
Properties
user
Story
set
Who
set
Why
set
What
save
set
User
Story
is
Saving
tips
Properties
user
Story
userStory
:
UserStory
set
Who
setWho
:
(
who
:
string
)
=>
void
set
Why
setWhy
:
(
who
:
string
)
=>
void
set
What
setWhat
:
(
who
:
string
)
=>
void
save
save
:
(
form
:
UserStoryWithLevelId
)
=>
Promise
<
void
>
set
User
Story
setUserStory
:
(
userStory
:
UserStory
)
=>
void
is
Saving
isSaving
:
boolean
tips
tips
:
number
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
user
Story
set
Who
set
Why
set
What
save
set
User
Story
is
Saving
tips
ASF - v1.0.0
Loading...