interface DetailsOptions {
    color?: string;
    hideIfEmpty?: boolean;
    open?: boolean;
    prefixInit?: string;
}

Properties

color?: string
hideIfEmpty?: boolean
open?: boolean
prefixInit?: string