Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/utils/parseSelectionIds"

Index

Variables

Functions

Variables

ldget

ldget: any = require("lodash/get")

Functions

parseSelectionIds

  • parseSelectionIds(objects: DataViewObjects, selectionObjectPath?: string, filterObjectPath?: string): Array<SelectionId>
  • Parses the list of selection ids from PBI

    Parameters

    • objects: DataViewObjects

      The objects to parse selection ids from

    • Default value selectionObjectPath: string = "general.selection"

      The path to the selection data within the objects

    • Default value filterObjectPath: string = "general.filter"

      The path to the filter within the objects.

    Returns Array<SelectionId>

Generated using TypeDoc