Vinyl
    Preparing search index...

    Interface SourceBufferRef

    Any object that may be disposed.

    interface SourceBufferRef {
        value: SourceBuffer;
        dispose(): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    value: SourceBuffer

    The source buffer.

    Methods

    • Returns void