Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WidgetEditor

Interface for widget editor views.

Hierarchy

  • WidgetEditor

Index

Methods

actionExecuting

  • Invoke when action for saving or canceling is initiated and the input should be preprocessed.

    memberof

    {WidgetEditor}

    Parameters

    • context: ActionContext

      defines if the action should save the data or the new input will be discarded.

    Returns Observable<void>

getModifiedProperties

  • Retrieves the modified properties

    memberof

    {WidgetEditor}

    Returns Array<PropertyData>

initialize

  • Initialze the view. Invoked when properties for the widget are resolved.

    memberof

    {WidgetEditor}

    Parameters

    Returns Observable<void>

setValues

  • Sets property values.

    memberof

    {WidgetEditor}

    Parameters

    • propValues: Dictionary

      The values of the widget`s properties.

    Returns void

validate

  • Validates the property data and returns the validation result.

    memberof

    {WidgetEditor}

    Returns Observable<ValidationResult>

Generated using TypeDoc