Interface GetPropOptions

Options interface for z.getProp

interface GetPropOptions {
    separator?: string;
    defaultKey?: string;
    stopDefaultKey?: string;
    terminateKey?: string;
    returnLast?: boolean;
    fullResult?: boolean;
    inherited?: boolean;
}

Properties

separator?: string
defaultKey?: string
stopDefaultKey?: string
terminateKey?: string
returnLast?: boolean
fullResult?: boolean
inherited?: boolean