BaseCard

documents. BaseCard

The base Card definition which defines common behavior of an embedded Card document shared by both client and server.

Constructor

new BaseCard()

Properties:
Name Type Description
data data.CardData

The constructed data object for the document.

Extends

  • Document

Members

(static) metadata

(static) schema

type :string

The sub-type of Card.

Type:
  • string

Methods

(protected, static) _canCreate()

Is a User able to create a new embedded Card document within this parent?

(protected, static) _canUpdate()

Is a user able to update an existing Card?

testUserPermission()