Theia API Documentation v1.65.0
    Preparing search index...

    Hierarchy

    • Disposable
      • InstructionRenderer

    Implements

    Index

    Constructors

    Properties

    _focusedStackFrameColor: undefined | Color
    _store: DisposableStore
    _topStackFrameColor: undefined | Color
    openerService: OpenerService
    templateId: string = InstructionRenderer.TEMPLATE_ID
    textModelService: ITextModelService
    uriService: { asCanonicalUri(uri: Uri): Uri }
    INSTRUCTION_ADDR_MIN_LENGTH: 25
    INSTRUCTION_BYTES_MIN_LENGTH: 30
    None: Readonly<IDisposable>

    A disposable that does nothing when it is disposed of.

    TODO: This should not be a static property.

    TEMPLATE_ID: "instruction" = 'instruction'

    Methods

    • Adds o to the collection of disposables managed by this object.

      Type Parameters

      • T extends IDisposable

      Parameters

      Returns T

    • Returns void