Vertex Viewer SDK
    Preparing search index...

    Type Alias ThrowIfInvalidFunc<T, R>

    ThrowIfInvalidFunc: (input: T) => R

    A function that transforms an input into another type, or throws if the input is invalid.

    Type Parameters

    • T
    • R

    Type Declaration

      • (input: T): R
      • Parameters

        • input: T

        Returns R