File

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

Description

App property consumable by properties dialog

Index

Properties

Properties

attr
attr: string
Type : string
code
code: CodeProperty
Type : CodeProperty
isSemantic
isSemantic: boolean
Type : boolean
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 ""