Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IViewZoneChangeAccessor

An accessor that allows for zones to be added or removed.

Hierarchy

  • IViewZoneChangeAccessor

Index

Methods

addZone

  • Create a new view zone.

    Parameters

    Returns string

    A unique identifier to the view zone.

layoutZone

  • layoutZone(id: string): void
  • Change a zone's position. The editor will rescan the afterLineNumber and afterColumn properties of a view zone.

    Parameters

    • id: string

    Returns void

removeZone

  • removeZone(id: string): void
  • Remove a zone

    Parameters

    • id: string

      A unique identifier to the view zone, as returned by the addZone call.

    Returns void

Generated using TypeDoc