Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CanSetCardTag

Arguments for an event script function, which also can set thet 'tag' property of the underlying card.

Hierarchy

  • CanSetCardTag

Index

Properties

Properties

setTag

setTag: function

Sets value for the 'tag' property of the underlying card.

param

The data to set.

param

The custom card.

returns

The promise that indicates if operation was successful or not.

Type declaration

    • Parameters

      Returns PromiseLike<boolean>

Generated using TypeDoc