Interface PermissionsGroupsTraitConfig

The base Trait configuration interface.

Hierarchy

Properties

Properties

baseName?: string

Parent source node type (if any).

name: string

Source node type.

parents: {
    direction: "in" | "out";
    edge: string;
}

Type declaration

  • direction: "in" | "out"
  • edge: string
type: "permissions_groups"

Trait type ID.

Generated using TypeDoc