Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAttachedProperty<T, U>

A restricted interface for attached properties.

This is necessary to work around the fact that many Phosphor framework properties are not directly exposed- things like BoxLayout.Stretch are implemented using this restricted interface.

TODO: Resolve value serialization

internal

Type parameters

  • T

  • U

Hierarchy

  • IAttachedProperty

Index

Methods

Methods

get

  • get(owner: T): U

set

  • set(owner: T, value: U): void

Generated using TypeDoc