• Preparing search index...
  • The search index is not available
TESSA Web API
  • TESSA Web API
  • Platform.Cards.Extensions
  • whenCardTypeNameIs

Function whenCardTypeNameIs

  • whenCardTypeNameIs(
        ...names: string[],
    ): ExtensionRegisterPredicateWithContext<
        { cardTypeName: null | string }
        | { card: Card },
    >

    Parameters

    • ...names: string[]

    Returns ExtensionRegisterPredicateWithContext<
        { cardTypeName: null | string }
        | { card: Card },
    >

    • Defined in @tessa/platform/src/cards/extensions/cardWhens.ts:15

Settings

Member Visibility
TESSA Web API
  • Loading...

Generated using TypeDoc