vot.js - v2.4.12
    Preparing search index...

    Interface ViewTransitionTypeSet

    interface ViewTransitionTypeSet {
        forEach(
            callbackfn: (
                value: string,
                key: string,
                parent: ViewTransitionTypeSet,
            ) => void,
            thisArg?: any,
        ): void;
    }
    Index

    Methods

    Methods

    • Parameters

      Returns void