Interface WebappExtensionsProvider


@API(type=EXTENDABLE, src=PUBLIC) public interface WebappExtensionsProvider
Web Author specific extensions for a document type.
Since:
21.1
  • Method Details

    • getSortPriorityAssigner

      default ContentCompletionSortPriorityAssigner getSortPriorityAssigner()
      Used to specify an object that can modify the sort order of the content completion menu items.
      Returns:
      a sort priority assigner.