interface BridgeUnexposeOptions {
    maxDepth?: number;
    required?: boolean;
}

Hierarchy (View Summary)

Properties

Properties

maxDepth?: number
required?: boolean