Hierarchy

  • StiStyleCondition

Implements

Index

Constructors

constructor

Properties

Protected _hash

_hash: StiMeta[]

Accessors

componentName

  • get componentName(): string
  • set componentName(value: string): void
  • Gets or sets component name or part of component name.

    Returns string

  • Gets or sets component name or part of component name.

    Parameters

    • value: string

    Returns void

componentType

  • Gets or sets component type which can be detected by style condition.

    Returns StiStyleComponentType

  • Gets or sets component type which can be detected by style condition.

    Parameters

    Returns void

location

  • Gets or sets variant of component location on parent component area.

    Returns StiStyleLocation

  • Gets or sets variant of component location on parent component area.

    Parameters

    Returns void

operationComponentName

  • Gets or sets type of operation which will be used for comparison of component names.

    Returns StiStyleConditionOperation

  • Gets or sets type of operation which will be used for comparison of component names.

    Parameters

    Returns void

operationComponentType

  • Gets or sets type of operation which will be used for comparison of component types.

    Returns StiStyleConditionOperation

  • Gets or sets type of operation which will be used for comparison of component types.

    Parameters

    Returns void

operationLocation

  • Gets or sets type of operation which will be used for comparison of component locations.

    Returns StiStyleConditionOperation

  • Gets or sets type of operation which will be used for comparison of component locations.

    Parameters

    Returns void

operationPlacement

  • Gets or sets type of operation which will be used for comparison of component placements.

    Returns StiStyleConditionOperation

  • Gets or sets type of operation which will be used for comparison of component placements.

    Parameters

    Returns void

operationPlacementNestedLevel

  • Gets or sets type of operation which will be used for comparison of component nested level.

    Returns StiStyleConditionOperation

  • Gets or sets type of operation which will be used for comparison of component nested level.

    Parameters

    Returns void

placement

placementNestedLevel

  • get placementNestedLevel(): number
  • set placementNestedLevel(value: number): void
  • Gets or sets value which indicates nested level of specified component.

    Returns number

  • Gets or sets value which indicates nested level of specified component.

    Parameters

    • value: number

    Returns void

type

Methods

clone

fromElements

implements

  • implements(): any[]
  • Returns any[]

loadFromJsonObject

  • loadFromJsonObject(jObject: StiJson): void

loadFromXml

  • loadFromXml(xmlNode: XmlNode): void
  • Parameters

    Returns void

meta

saveToJsonObject

Generated using TypeDoc