eligius
    Preparing search index...

    Interface IResolvedTimelineConfiguration

    interface IResolvedTimelineConfiguration {
        duration: number;
        id: string;
        loop: boolean;
        selector: string;
        timelineActions: ITimelineAction[];
        type: TimelineTypes;
        uri: string;
    }
    Index

    Properties

    duration: number
    id: string
    loop: boolean
    selector: string
    timelineActions: ITimelineAction[]
    uri: string