/** * Copyright (c) 2025, Salesforce, Inc. * All rights reserved. * For full license text, see the LICENSE file or https://utam.dev/salesforce/license */ import { Driver as _Driver, Element as _Element, Locator as _Locator, UtamBasePageObject as _UtamBasePageObject } from '@utam/core'; import _CommonList from 'salesforce-pageobjects/lists/pageObjects/commonList'; /** * Component that displays a common list view with various configurations, supports pagination, sorting, filtering, and user preferences, and provides event handlers for interaction. * Selector: src-stateful-common-list * generated from JSON dist/lists/statefulCommonList.utam.json * @version 2026-03-09T13:56:36.403Z * @author Salesforce */ export default class StatefulCommonList extends _UtamBasePageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); /** * Represents the main common list component with multiple configurations and event handlers */ getCommonList(): Promise<_CommonList>; }