File

projects/article-layer/src/lib/widgets/article-topics/article-topics-model.ts

Index

Properties

Properties

id
id: number
Type : number
name
name: string
Type : string
export interface ITopics {
  id: number;
  name: string;
}

export interface ArtLibTopicsConfig {
  label: string;
  rowStyle?: string;
  infoStyle?: string;
  itemStyle?: string;
  commaSeparator?: boolean;
}

result-matching ""

    No results matching ""