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

Function whenCardTypeIdIs

  • whenCardTypeIdIs(
        ...ids: string[],
    ): ExtensionRegisterPredicateWithContext<
        { cardType: null | CardType }
        | { card: Card },
    >

    Parameters

    • ...ids: string[]

    Returns ExtensionRegisterPredicateWithContext<
        { cardType: null | CardType }
        | { card: Card },
    >

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

Settings

Member Visibility
TESSA Web API
  • Loading...

Generated using TypeDoc