Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AnalyticsImpressionDetails

Hierarchy

Indexable

Index

Constructors

constructor

Properties

length

length: number

Static Array

Array: ArrayConstructor

Methods

__@iterator

  • Returns IterableIterator<AnalyticsImpressionSample>

__@unscopables

  • __@unscopables(): object
  • Returns object

    • copyWithin: boolean
    • entries: boolean
    • fill: boolean
    • find: boolean
    • findIndex: boolean
    • keys: boolean
    • values: boolean

at

  • Parameters

    • index: number

    Returns AnalyticsImpressionSample | undefined

concat

  • Parameters

    Returns AnalyticsImpressionSample[]

  • Parameters

    • Rest items: (T | ConcatArray<T>)[]

    Returns AnalyticsImpressionSample[]

copyWithin

  • copyWithin(target: number, start: number, end: undefined | number): this
  • Parameters

    • target: number
    • start: number
    • Optional end: undefined | number

    Returns this

entries

  • Returns IterableIterator<[number, AnalyticsImpressionSample]>

every

  • every(callbackfn: function, thisArg: any): boolean

fill

  • Parameters

    Returns this

filter

find

  • find<S>(predicate: function, thisArg: any): S | undefined
  • find(predicate: function, thisArg: any): AnalyticsImpressionSample | undefined

findIndex

  • findIndex(predicate: function, thisArg: any): number

flat

  • flat<U>(this: U[][][][][][][][], depth: 7): U[]
  • flat<U>(this: U[][][][][][][], depth: 6): U[]
  • flat<U>(this: U[][][][][][], depth: 5): U[]
  • flat<U>(this: U[][][][][], depth: 4): U[]
  • flat<U>(this: U[][][][], depth: 3): U[]
  • flat<U>(this: U[][][], depth: 2): U[]
  • flat<U>(this: U[][], depth: undefined | 1): U[]
  • flat<U>(this: U[], depth: 0): U[]
  • flat<U>(depth: undefined | number): any[]
  • Type parameters

    • U

    Parameters

    • this: U[][][][][][][][]
    • depth: 7

    Returns U[]

  • Type parameters

    • U

    Parameters

    • this: U[][][][][][][]
    • depth: 6

    Returns U[]

  • Type parameters

    • U

    Parameters

    • this: U[][][][][][]
    • depth: 5

    Returns U[]

  • Type parameters

    • U

    Parameters

    • this: U[][][][][]
    • depth: 4

    Returns U[]

  • Type parameters

    • U

    Parameters

    • this: U[][][][]
    • depth: 3

    Returns U[]

  • Type parameters

    • U

    Parameters

    • this: U[][][]
    • depth: 2

    Returns U[]

  • Type parameters

    • U

    Parameters

    • this: U[][]
    • Optional depth: undefined | 1

    Returns U[]

  • Type parameters

    • U

    Parameters

    • this: U[]
    • depth: 0

    Returns U[]

  • Type parameters

    • U

    Parameters

    • Optional depth: undefined | number

    Returns any[]

flatMap

  • flatMap<U, This>(callback: function, thisArg: This): U[]

forEach

  • forEach(callbackfn: function, thisArg: any): void

includes

  • Parameters

    Returns boolean

indexOf

  • Parameters

    Returns number

join

  • join(separator: undefined | string): string
  • Parameters

    • Optional separator: undefined | string

    Returns string

keys

  • keys(): IterableIterator<number>
  • Returns IterableIterator<number>

lastIndexOf

  • Parameters

    Returns number

map

  • map<U>(callbackfn: function, thisArg: any): U[]

pop

  • Returns AnalyticsImpressionSample | undefined

push

  • Parameters

    Returns number

reduce

reduceRight

reverse

  • Returns AnalyticsImpressionSample[]

shift

  • Returns AnalyticsImpressionSample | undefined

slice

  • Parameters

    • Optional start: undefined | number
    • Optional end: undefined | number

    Returns AnalyticsImpressionSample[]

some

  • some(callbackfn: function, thisArg: any): boolean

sort

  • sort(compareFn: undefined | function): this
  • Parameters

    • Optional compareFn: undefined | function

    Returns this

splice

  • Parameters

    • start: number
    • Optional deleteCount: undefined | number

    Returns AnalyticsImpressionSample[]

  • Parameters

    Returns AnalyticsImpressionSample[]

toLocaleString

  • toLocaleString(): string
  • Returns string

toString

  • toString(): string
  • Returns string

unshift

  • Parameters

    Returns number

values

  • Returns IterableIterator<AnalyticsImpressionSample>

Generated using TypeDoc