LWT JavaScript API
    Preparing search index...

    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

    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
    submitLabel: string
    tag: string
    tagEnabled: boolean

    Methods