File

src/app/shared/flo/support/app-ui-property.ts

Index

Properties

Properties

langPropertyName
langPropertyName: string
Type : string
language
language: string
Type : string
import { Properties } from 'spring-flo';

/**
 * App property consumable by properties dialog
 *
 * @author Alex Boyko
 */
export interface AppUiProperty extends Properties.Property {
  attr: string;
  isSemantic: boolean;
  code?: CodeProperty;
}

export interface CodeProperty {
  langPropertyName: string;
  language: string;
}

results matching ""

    No results matching ""