Octra libraries - v2.0.0
    Preparing search index...

    Class ToolConfiguratorComponent

    Hierarchy (View Summary)

    Implements

    • OnChanges
    Index

    Constructors

    Properties

    json?: any
    jsonSchema?: any
    jsonText?: string
    jsonTextChange: EventEmitter<string> = ...
    subscriptionManager: SubscriptionManager<Subscription> = ...

    Methods

    • A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.

      Parameters

      • changes: SimpleChanges

        The changed properties.

      Returns void

    • Protected

      subscribes an observable that is internally added to the subscription manager and destroyed automatically on ngDestroy

      Type Parameters

      • R
      • E

      Parameters

      • observable: Observable<R>
      • OptionalobserverOrNext: Partial<Observer<R>> | ((value: R) => void)
      • Optionaltag: string

      Returns number