File

src/app/shared/widgets/portal/modules/module.ts

Extends

Resource

Index

Properties

Properties

_actions
_actions: literal type
Type : literal type
Optional
active
active: boolean
Type : boolean
custom
custom: boolean
Type : boolean
description
description: string
Type : string
icon
icon: string
Type : string
iconclass
iconclass: string
Type : string
id
id: string
Type : string
image
image: string
Type : string
links
links: ActionNavigation[]
Type : ActionNavigation[]
Optional
linkType
linkType: string
Type : string
title
title: string
Type : string
import { ActionNavigation, Resource } from "../../../components/hal/hal";

export interface Module extends Resource {
  id: string;
  icon: string;
  iconclass: string;
  description: string;
  image: string;
  title: string;
  active: boolean;
  custom: boolean;
  links?: ActionNavigation[];
  linkType: string;

  _actions?: {
    links: ActionNavigation[];
  };
}

results matching ""

    No results matching ""