Backstage
    Preparing search index...
    interface BaseCommitSummary {
        html?: string;
        markup?: Models.BaseCommitSummaryMarkupEnum;
        raw?: string;
    }
    Index

    Properties

    Properties

    html?: string

    The user's content rendered as HTML.

    The type of markup language the raw content is to be interpreted in.

    raw?: string

    The text as it was typed by a user.