getItemsOfType
function getItemsOfType<T>( container: ContainerV3, type: T,): { item: DynamicContent<T>; parent: null | ContainerV3;}[];Defined in: dynamic-line-utils/src/helpers/layoutHelpers.ts:39
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
T extends ContainerOrContentTypeV1 |
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
container | ContainerV3 |
type | T |
Returns
Section titled “Returns”{
item: DynamicContent<T>;
parent: null | ContainerV3;
}[]