Type Alias ForEachBooleanCallback
ForEachBooleanCallback: ( this: void, name: string, value: boolean, idx: Integer,) => void Type declaration
- (this: void, name: string, value: boolean, idx: Integer): void
Parameters
- this: void
- name: string
- value: boolean
- idx: Integer
Returns void