@nospamproxy/core
    Preparing search index...

    An activity represents a bit of frontend logic that influences the disabled state of controls.

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    Accessors

    • get isApplicable(): boolean

      Get or set of the activity is applicable.

      Returns boolean

      
      
    • set isApplicable(value: boolean): void

      Parameters

      • value: boolean

      Returns void

    • get isBusy(): boolean

      Get or set if the activity is busy.

      Returns boolean

      
      
    • set isBusy(value: boolean): void

      Parameters

      • value: boolean

      Returns void

    Methods

    • Dispose this activity by resetting all of it's properties to the defaults.

      Returns void