eligius
    Preparing search index...

    Interface IResolvedEngineConfiguration

    interface IResolvedEngineConfiguration {
        actions: IEndableAction[];
        availableLanguages: ILabel[];
        containerSelector: string;
        engine: IEngineInfo;
        id: string;
        initActions: IEndableAction[];
        labels: ILanguageLabel[];
        language: `${Lowercase<string>}-${Uppercase<string>}`;
        layoutTemplate: string;
        timelineFlow?: ITimelineFlow;
        timelineProviderSettings: TTimelineProviderSettings;
        timelines: IResolvedTimelineConfiguration[];
    }
    Index

    Properties

    actions: IEndableAction[]
    availableLanguages: ILabel[]
    containerSelector: string
    engine: IEngineInfo
    id: string
    initActions: IEndableAction[]
    labels: ILanguageLabel[]
    language: `${Lowercase<string>}-${Uppercase<string>}`
    layoutTemplate: string
    timelineFlow?: ITimelineFlow
    timelineProviderSettings: TTimelineProviderSettings