File

projects/rebirth-ng/src/lib/action-button/action-item.model.ts

Index

Properties

Properties

disabled
disabled: boolean
Type : boolean
Optional
divider
divider: boolean
Type : boolean
Optional
header
header: boolean
Type : boolean
Optional
icon
icon: string
Type : string
Optional
id
id: string | number
Type : string | number
Optional
text
text: string
Type : string
Optional
export interface ActionItem {
  id?: string | number;
  text?: string;
  icon?: string;
  divider?: boolean;
  header?: boolean;
  disabled?: boolean;
}

results matching ""

    No results matching ""