@ascentbv/ts-common - v1.0.123
    Preparing search index...

    Type Alias TimelineAction

    type TimelineAction = {
        delay: number;
        callback: () => void;
    }
    Index

    Properties

    Properties

    delay: number
    callback: () => void