Saxonberg Server API
    Preparing search index...

    Interface CreateBoundaryOptions<T>

    interface CreateBoundaryOptions<T extends Boundary = Boundary> {
        factory: () => T;
        hostA: Stuff & Adornable;
        hostB: Stuff & Adornable;
    }

    Type Parameters

    Index

    Properties

    Properties

    factory: () => T
    hostA: Stuff & Adornable
    hostB: Stuff & Adornable