Interface OmidFriendlyObstruction

interface OmidFriendlyObstruction {
    purpose: OmidFriendlyObstructionPurpose;
    reason?: string;
    view: RefObject<View>;
}

Properties

Properties

The OmidFriendlyObstructionPurpose of the friendly obstruction.

reason?: string

The optional reason for the friendly obstruction.

view: RefObject<View>

The View of the friendly obstruction.