@openscd/oscd-api
    Preparing search index...

    Type Alias CommitOptions

    type CommitOptions = {
        squash?: boolean;
        title?: string;
    }
    Index

    Properties

    Properties

    squash?: boolean

    If true, the commit will be squashed into the previous commit, overriding the previous title if a title is also provided.

    title?: string

    An optional human-readable description of the committed change