IStableValueOptionsProvider Interface

Interface that provides value options for an options editor instance. The options can be resolved at runtime, and should be relatively stable, i.e., not typically change during the course of a configuration editing session. Users will need to refresh the node/schema for any changes to the options to appear.

Definition

Namespace: MFiles.VAF.Configuration.JsonEditor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public interface IStableValueOptionsProvider

Methods

GetOptions Resolves options to display in the options editor.

See Also