interface DeleteSegmentActionOptions {
    hide?: boolean;
    shouldSerialize?: boolean;
    userInitiated?: boolean;
}

Hierarchy (View Summary)

Properties

hide?: boolean
shouldSerialize?: boolean
userInitiated?: boolean