The name / shortcode identity an archetype contributes as create defaults. Blank fields fall back through resolveCreateIdentity.

interface ArchetypeIdentity {
    name: string;
    shortcode: string;
}

Properties

Properties

name: string

The archetype's display name — the Name default.

shortcode: string

The archetype's system.shortcode — the Shortcode default.