jamespot-user-api
    Preparing search index...

    Class TVDisplayApi

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    network: Network

    Methods

    • Type Parameters

      Parameters

      • channel: MaybeWithToken<
            | Readonly<
                ArticleCreation & {
                    tvChannelBackgroundColor?: string
                    | null;
                    tvChannelConfig?: {
                        backgroundType?: "color" | "image";
                        contents?: {
                            dateEnd?: (...) | (...);
                            order?: (...) | (...);
                            showComments?: (...) | (...) | (...);
                            uri: string;
                        }[];
                        globalShowComment?: boolean;
                        key: string;
                        scaleImg?: boolean;
                    };
                    tvChannelGroupTarget?: jGroupLittle;
                    tvChannelNumImages?: 0;
                    tvChannelType?: "DYNAMIC";
                } & { tvChannelType: "DYNAMIC"
                | "SLIDESHOW" },
            >
            | Readonly<
                ArticleCreation & {
                    tvChannelBackgroundColor?: string
                    | null;
                    tvChannelConfig?: {
                        backgroundType?: "color" | "image";
                        contents?: {
                            dateEnd?: (...) | (...);
                            order?: (...) | (...);
                            showComments?: (...) | (...) | (...);
                            uri: string;
                        }[];
                        globalShowComment?: boolean;
                        key: string;
                        scaleImg?: boolean;
                    };
                    tvChannelGroupTarget?: jGroupLittle;
                    tvChannelNumImages?: number;
                    tvChannelType?: "SLIDESHOW";
                } & { tvChannelType: "DYNAMIC"
                | "SLIDESHOW" },
            >,
        >
      • format: string = 'raw-list'

      Returns Promise<ApiWrapper<R[], BaseMessages>>