Type alias ISection

ISection: {
    accessory: IComponent;
    components: IComponent[];
    id?: number;
}

Type declaration

Generated using TypeDoc