LWT JavaScript API
Preparing search index...
modules/feed/components/feed_form_component
FeedFormData
Interface FeedFormData
Feed form Alpine component data interface.
interface
FeedFormData
{
articleSource
:
boolean
;
articleSourceValue
:
string
;
autoUpdate
:
boolean
;
autoUpdateUnit
:
string
;
autoUpdateValue
:
string
;
charset
:
boolean
;
charsetValue
:
string
;
editText
:
boolean
;
maxLinks
:
boolean
;
maxLinksValue
:
string
;
maxTexts
:
boolean
;
maxTextsValue
:
string
;
tag
:
boolean
;
tagValue
:
string
;
handleSubmit
(
event
:
Event
)
:
void
;
init
()
:
void
;
serializeOptions
()
:
string
;
}
Index
Properties
article
Source
article
Source
Value
auto
Update
auto
Update
Unit
auto
Update
Value
charset
charset
Value
edit
Text
max
Links
max
Links
Value
max
Texts
max
Texts
Value
tag
tag
Value
Methods
handle
Submit
init
serialize
Options
Properties
article
Source
articleSource
:
boolean
article
Source
Value
articleSourceValue
:
string
auto
Update
autoUpdate
:
boolean
auto
Update
Unit
autoUpdateUnit
:
string
auto
Update
Value
autoUpdateValue
:
string
charset
charset
:
boolean
charset
Value
charsetValue
:
string
edit
Text
editText
:
boolean
max
Links
maxLinks
:
boolean
max
Links
Value
maxLinksValue
:
string
max
Texts
maxTexts
:
boolean
max
Texts
Value
maxTextsValue
:
string
tag
tag
:
boolean
tag
Value
tagValue
:
string
Methods
handle
Submit
handleSubmit
(
event
:
Event
)
:
void
Parameters
event
:
Event
Returns
void
init
init
()
:
void
Returns
void
serialize
Options
serializeOptions
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
article
Source
article
Source
Value
auto
Update
auto
Update
Unit
auto
Update
Value
charset
charset
Value
edit
Text
max
Links
max
Links
Value
max
Texts
max
Texts
Value
tag
tag
Value
Methods
handle
Submit
init
serialize
Options
LWT JavaScript API
Loading...
Feed form Alpine component data interface.