Skip to main content

OpenOptions

type OpenOptions = {
openMode?: OpenMode;
parameters?: Record<string, unknown>;
target: string | EntityOptions;
type?: string | OpenType;
};

Properties

openMode?

optional openMode?: OpenMode;

different modes to open the target


parameters?

optional parameters?: Record<string, unknown>;

additional parameters as key-value pairs


target

target: string | EntityOptions;

target item

for opening a module, pass urn of the module

Example

urn:encompass:loanapp

type?

optional type?: string | OpenType;

type of the item to open