AI Disclosure: This page was generated by an LLM and may contain inaccuracies. Hand-crafted documentation will be implemented over time on the road to 1.0
ColumnLayoutChangedPayload
Since Plugin API: 1.0.0
Details column layout live-sync payload (ADR-0010).
Signature
interface ColumnLayoutChangedPayload {
browsedPath: string;
savedViewsCount: number;
activeSavedViewId: string | null;
columnConfig: DetailsViewColumnConfig[];
calculationRowVisible: boolean;
sourcePaneId: string;
}Members
| Name | Type | Required | Description |
|---|---|---|---|
browsedPath | string | yes | - |
savedViewsCount | number | yes | - |
activeSavedViewId | string | null | yes | - |
columnConfig | DetailsViewColumnConfig[] | yes | - |
calculationRowVisible | boolean | yes | - |
sourcePaneId | string | yes | - |