interface CustomStateSet { forEach( callbackfn: ( value: string, key: string, parent: CustomStateSet, ) => void, thisArg?: any, ): void;} Methods
forEach
forEach( callbackfn: (value: string, key: string, parent: CustomStateSet) => void, thisArg?: any,): void Parameters
- callbackfn: (value: string, key: string, parent: CustomStateSet) => void
Optional
thisArg: any
Returns void
MDN Reference