Skip to main content
IDecorator
Base interface for the methods a decorator needs to provide.
NameTypeDescription
incremental?booleanWhen true, indicates that this Decorator updates its associated elements incrementally with each call. When false, the
surface will clear everything associated with this decorator prior to invoking
decorate. The default value for this is false,
meaning the surface will clear everything prior to calling
decorate.
resetno description