Refactor: viewitemcontainer
This commit is contained in:
committed by
Bill Thornton
parent
550ad476af
commit
c61df2eb92
@@ -1,4 +1,5 @@
|
||||
import type { BaseItemDto } from '@jellyfin/sdk/lib/generated-client';
|
||||
import { CollectionType } from './collectionType';
|
||||
|
||||
export interface CardOptions {
|
||||
itemsContainer?: HTMLElement | null;
|
||||
@@ -32,7 +33,7 @@ export interface CardOptions {
|
||||
showUnplayedIndicator?: boolean;
|
||||
showChildCountIndicator?: boolean;
|
||||
lines?: number;
|
||||
context?: string | null;
|
||||
context?: CollectionType;
|
||||
action?: string | null;
|
||||
defaultShape?: string;
|
||||
indexBy?: string;
|
||||
|
||||
Reference in New Issue
Block a user