gatelineAPI reference
interface RoleSpec {
    body: string;
    frontmatter: Record<string, string>;
}

Properties

Properties

body: string

Everything after the closing delimiter, leading blank lines removed.

frontmatter: Record<string, string>

Flat frontmatter keys, values verbatim after the first colon.