ContentDisplayInterface
extends
JsonSerializable
in
Interface for all ANF content display types.
Content displays control how child components are arranged within container components like Section, Chapter, and Container.
Tags
Table of Contents
Methods
- getType() : string
- Get the content display type identifier.
Methods
getType()
Get the content display type identifier.
public
getType() : string
Return values
string —The display type (e.g., 'horizontal_stack', 'collection').