Interface SerializedGridviewComponent

interface SerializedGridviewComponent {
    activePanel?: string;
    grid: SerializedGridview<GridPanelViewState>;
}

Properties

Properties

activePanel?: string

Generated using TypeDoc