eligius
    Preparing search index...

    Interface RafPositionSourceConfig

    Configuration for RafPositionSource.

    interface RafPositionSourceConfig {
        duration: number;
        tickInterval?: number;
    }
    Index

    Properties

    duration: number

    Total duration in seconds.

    tickInterval?: number

    Interval between position ticks in milliseconds.

    1000 (1 second)