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