interface SetChannelPositionOptions {
    reason?: string;
    relative?: boolean;
}

Properties

Properties

reason?: string
relative?: boolean