x4js - v2.2.49
    Preparing search index...

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

    interface IViewZoneChangeAccessor {
        addZone(zone: IViewZone): string;
        layoutZone(id: string): void;
        removeZone(id: string): void;
    }
    Index
    • Change a zone's position. The editor will rescan the afterLineNumber and afterColumn properties of a view zone.

      Parameters

      • id: string

      Returns void