Interface AuthorTraitConfig

The base Trait configuration interface.

Hierarchy

Properties

allow_change_author?: boolean
baseName?: string

Parent source node type (if any).

check_membership?: {
    target: MembershipDefinition;
    user: MembershipDefinition;
}

Type declaration

  • target: MembershipDefinition
  • user: MembershipDefinition
name: string

Source node type.

type: "author"

Trait type ID.

Generated using TypeDoc