LWT JavaScript API
    Preparing search index...

    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

    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

    Methods