@finos/perspective-viewer
    Preparing search index...

    Type Alias PerspectiveClickEventDetail

    type PerspectiveClickEventDetail = {
        column_names: (string | string[])[];
        config: ViewerConfigUpdate;
        row: Record<string, any>;
    }
    Index

    Properties

    column_names: (string | string[])[]
    row: Record<string, any>