Vreo
    Preparing search index...

    Interface CustomVreoKeyframeProps

    interface CustomVreoKeyframeProps {
        five: Five;
        subscribe: Pick<
            Subscribe<
                { [key: string]: (data: VreoKeyframe, currentTime: number) => any },
            >,
            "on" | "once" | "off",
        >;
    }
    Index

    Properties

    Properties

    five: Five
    subscribe: Pick<
        Subscribe<
            { [key: string]: (data: VreoKeyframe, currentTime: number) => any },
        >,
        "on" | "once" | "off",
    >