@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface ProseMirrorMark

    A ProseMirror mark.

    interface ProseMirrorMark {
        attrs?: ProseMirrorMarkAttrs;
        type: string;
    }
    Index

    Properties

    Properties

    Mark attributes.

    type: string

    The mark type, such as bold, italic, or link.