interface LaneState {
    expanded: boolean;
    visible: boolean;
}

Properties

Properties

expanded: boolean
visible: boolean