Share via


SP.UI.DialogResult enumeration (sp.core)

Specifies the identifiers to indicate the return value of a dialog.

var SP.UI.DialogResult = {OK : "Undefined"}

Members

The DialogResult object enumeration has the following members.

Member

Value

Description

invalid

Undefined

The return value is not valid.

cancel

Undefined

The return value is canceled.

OK

Undefined

The return value is OK.