@geogirafe/lib-geoportal
    Preparing search index...

    Represents the content and backrefs of a tab.

    interface TabContent {
        columns: Column[];
        data: unknown[][];
        features: Feature<Geometry>[];
    }
    Index

    Properties

    Properties

    columns: Column[]
    data: unknown[][]
    features: Feature<Geometry>[]