method
TypedGlobal.With
func (global TypedGlobal[Document, Update]) With(
local *LocalAPI,
) BoundTypedGlobal[Document, Update]With binds a generated global definition to a running application.
Related types
TypedGlobalGenerated typed definition for one global.
LocalAPIIn-process content operations that share the REST authorization and lifecycle pipeline.
BoundTypedGlobalTyped Find, Update, Publish, Unpublish, Restore, and RestoreAsDraft methods.