Interface IMaskOptions

interface IMaskOptions {
    enabled?: boolean;
    maskChar?: string;
}

Hierarchy (view full)

Properties

Properties

enabled?: boolean
maskChar?: string