Interface IViewZoneChangeAccessor
Expand description
interface IViewZoneChangeAccessor {
addZone(zone: IViewZone): string;
layoutZone(id: string): void;
removeZone(id: string): void;
}interface IViewZoneChangeAccessor {
addZone(zone: IViewZone): string;
layoutZone(id: string): void;
removeZone(id: string): void;
}
An accessor that allows for zones to be added or removed.