Right panel for library configuration on the system configuration page. Shows a list of current libraries and allows creating a new library or editing or deleting an existing library.

interface LibrariesStateProps {
    additionalData?: LanguagesData;
    data?: LibrariesData;
    fetchError?: FetchErrorData;
    formError?: FetchErrorData;
    isFetching?: boolean;
    responseBody?: string;
}

Hierarchy (View Summary)

Properties

additionalData?: LanguagesData
fetchError?: FetchErrorData
formError?: FetchErrorData
isFetching?: boolean
responseBody?: string