Home > @tridion-sites/open-api-client > ListDefinition
Provides information about how a list of values should be represented to the user.
Signature:
export type ListDefinition = {
$type?: string;
Height?: number;
Type?: ListType;
};
References: ListType