LWT JavaScript API
    Preparing search index...

    Step 1 component configuration from PHP.

    interface Step1Config {
        editFeedId: number | null;
        hasError: boolean;
        rssUrl: string;
    }
    Index

    Properties

    editFeedId: number | null
    hasError: boolean
    rssUrl: string