LWT JavaScript API
Preparing search index...
modules/feed/components/feed_wizard_step4
FeedWizardStep4Data
Interface FeedWizardStep4Data
Step 4 component data interface.
interface
FeedWizardStep4Data
{
articleSection
:
string
;
autoUpdateEnabled
:
boolean
;
autoUpdateInterval
:
string
;
autoUpdateUnit
:
string
;
charset
:
string
;
charsetEnabled
:
boolean
;
config
:
Step4Config
;
editText
:
boolean
;
feedName
:
string
;
filterTags
:
string
;
isEditMode
:
boolean
;
languageId
:
string
;
languages
:
{
id
:
number
;
name
:
string
}
[]
;
maxLinks
:
string
;
maxLinksEnabled
:
boolean
;
maxTexts
:
string
;
maxTextsEnabled
:
boolean
;
sourceUri
:
string
;
store
:
FeedWizardStoreState
;
submitLabel
:
string
;
tag
:
string
;
tagEnabled
:
boolean
;
buildOptionsString
()
:
string
;
cancel
()
:
void
;
goBack
()
:
void
;
handleSubmit
()
:
void
;
init
()
:
void
;
toggleOption
(
option
:
string
)
:
void
;
}
Index
Properties
article
Section
auto
Update
Enabled
auto
Update
Interval
auto
Update
Unit
charset
charset
Enabled
config
edit
Text
feed
Name
filter
Tags
is
Edit
Mode
language
Id
languages
max
Links
max
Links
Enabled
max
Texts
max
Texts
Enabled
source
Uri
store
submit
Label
tag
tag
Enabled
Methods
build
Options
String
cancel
go
Back
handle
Submit
init
toggle
Option
Properties
article
Section
articleSection
:
string
auto
Update
Enabled
autoUpdateEnabled
:
boolean
auto
Update
Interval
autoUpdateInterval
:
string
auto
Update
Unit
autoUpdateUnit
:
string
charset
charset
:
string
charset
Enabled
charsetEnabled
:
boolean
config
config
:
Step4Config
edit
Text
editText
:
boolean
feed
Name
feedName
:
string
filter
Tags
filterTags
:
string
Readonly
is
Edit
Mode
isEditMode
:
boolean
language
Id
languageId
:
string
languages
languages
:
{
id
:
number
;
name
:
string
}
[]
max
Links
maxLinks
:
string
max
Links
Enabled
maxLinksEnabled
:
boolean
max
Texts
maxTexts
:
string
max
Texts
Enabled
maxTextsEnabled
:
boolean
source
Uri
sourceUri
:
string
Readonly
store
store
:
FeedWizardStoreState
Readonly
submit
Label
submitLabel
:
string
tag
tag
:
string
tag
Enabled
tagEnabled
:
boolean
Methods
build
Options
String
buildOptionsString
()
:
string
Returns
string
cancel
cancel
()
:
void
Returns
void
go
Back
goBack
()
:
void
Returns
void
handle
Submit
handleSubmit
()
:
void
Returns
void
init
init
()
:
void
Returns
void
toggle
Option
toggleOption
(
option
:
string
)
:
void
Parameters
option
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
article
Section
auto
Update
Enabled
auto
Update
Interval
auto
Update
Unit
charset
charset
Enabled
config
edit
Text
feed
Name
filter
Tags
is
Edit
Mode
language
Id
languages
max
Links
max
Links
Enabled
max
Texts
max
Texts
Enabled
source
Uri
store
submit
Label
tag
tag
Enabled
Methods
build
Options
String
cancel
go
Back
handle
Submit
init
toggle
Option
LWT JavaScript API
Loading...
Step 4 component data interface.