[]
Gets or sets a function to plug in a viewer component, which will be called when the preview is opened.
[JsonIgnore]
public Action<ViewerSettings> OpenViewer { get; set; }
Type | Description |
---|---|
Action<ViewerSettings> | This function receives a ViewerSettings object containing information about the viewer configuration. |