VMPrint API Reference - v1.0.0
    Preparing search index...

    Interface InlineBoxSegment

    interface InlineBoxSegment {
        kind: "box";
        text?: string;
    }
    Index

    Properties

    Properties

    kind: "box"
    text?: string