MDAA TS Docs
    Preparing search index...

    A parsed rule combining its frontmatter metadata with its body.

    interface Rule {
        body: string;
        entry: RuleManifestEntry;
    }
    Index

    Properties

    Properties

    body: string

    Raw rule body Markdown, with no frontmatter and unmodified #[[file:...]] directives.

    Readonlyentry