tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > ResolveInstruction

ResolveInstruction type

Represents the instructions needed for resolving.

Signature:

export type ResolveInstruction = ResolveInstructionBase & {
    IncludeComponentLinks?: boolean;
    IncludeDynamicVersion?: boolean;
    IncludeWorkflow?: boolean;
    PublishNewContent?: boolean;
};

References: ResolveInstructionBase