item.jsdoc 316 B

12345678910
  1. /**
  2. * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md.
  4. */
  5. /**
  6. * Item is a {@link core.treeModel.Node Node} or {core.treeModel.TextFragment TextFragment}.
  7. *
  8. * @typedef {core.treeModel.Node|core.treeModel.TextFragment} core.treeModel.Item
  9. */