Interface OmidFriendlyObstruction

interface OmidFriendlyObstruction {
    purpose: OmidFriendlyObstructionPurpose;
    reason?: string;
    viewNodeHandle: null | number;
}

Properties

The OmidFriendlyObstructionPurpose of the friendly obstruction.

reason?: string

The optional reason for the friendly obstruction.

viewNodeHandle: null | number

The View of the friendly obstruction.

Use React.findNodeHandle(component) to get a component's native handle.