How to use the terra-list.Utils.updatedMultiSelectedKeys function in terra-list

To help you get started, we’ve selected a few terra-list examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github cerner / terra-core / packages / terra-list / src / terra-dev-site / doc / guides / SectionWithSubsection2.jsx View on Github external
    this.setState(state => ({ collapsedKeys: Utils.updatedMultiSelectedKeys(state.collapsedKeys, metaData.key) }));
  }
github cerner / terra-core / packages / terra-list / src / terra-dev-site / doc / guides / SectionWithSubsection1.jsx View on Github external
    this.setState(state => ({ collapsedKeys: Utils.updatedMultiSelectedKeys(state.collapsedKeys, metaData.key) }));
  }
github cerner / terra-core / packages / terra-list / src / terra-dev-site / doc / guides / SectionList.jsx View on Github external
    this.setState(state => ({ collapsedKeys: Utils.updatedMultiSelectedKeys(state.collapsedKeys, metaData.key) }));
  }

terra-list

The Terra List is a structural component to arrange content within list/listitems.

Apache-2.0
Latest version published 1 month ago

Package Health Score

90 / 100
Full package analysis